Remove unused function

Change-Id: I5457124fe584d86953f3167303e92ae6134fa843
This commit is contained in:
Stephan Bergmann 2014-04-09 10:21:01 +02:00
parent fa72a0e94d
commit d910a51498

View file

@ -57,7 +57,6 @@ struct tolerance
xmlChar* attribName;
bool relative;
double value;
bool operator==(const tolerance& rTol) const { return xmlStrEqual(elementName, rTol.elementName) && xmlStrEqual(attribName, rTol.attribName); }
bool operator<(const tolerance& rTol) const
{
int cmp = xmlStrcmp(elementName, rTol.elementName);