Removed unused updatePaint signal/slots.

This commit is contained in:
Tats
2015-07-17 14:26:24 -06:00
parent c652730fd5
commit 460e346ddd
4 changed files with 0 additions and 12 deletions
-5
View File
@@ -692,11 +692,6 @@ void Mapper::setValue(QtProperty* property, const QVariant& value)
}
}
void Mapper::updatePaint()
{
_mapping->getPaint()->update();
}
void Mapper::_buildShapeProperty(QtProperty* shapeItem, MShape* shape)
{
for (int i=0; i<shape->nVertices(); i++)