hopefully this fixes some more...

This commit is contained in:
DarthArgus
2014-10-26 22:20:06 -07:00
parent 9db3229116
commit eb2e7c78d8
23 changed files with 105 additions and 156 deletions
@@ -326,7 +326,6 @@ bool DraftSchematicObject::getAttribMinMax(int index, int & minValue,
{
const SharedDraftSchematicObjectTemplate::SchematicAttribute & minAttrib =
getAttribMin(index);
minValue = minAttrib.value;
const SharedDraftSchematicObjectTemplate::SchematicAttribute & maxAttrib =
getAttribMax(index);