Removed unused variable.

This commit is contained in:
Sofian Audry
2020-04-01 18:54:10 -04:00
parent 2d68e443f7
commit 0618fa04ff

View File

@@ -170,8 +170,10 @@ protected:
// Perform the actual transformation on the shape.
virtual void _doTransform(MShape::ptr shape);
// Information pertaining to the moving of vertex.
int _movedVertex;
// Information pertaining to flip transformation.
QTransform _transform;
MShape::ptr _initialShape;
};
QTransform _transform;
MShape::ptr _initialShape;
};