Remove unconnected signals

This commit is contained in:
WandererFan
2016-07-13 14:11:53 -04:00
committed by wmayer
parent 1038630eeb
commit e2976b2ef5
6 changed files with 1 additions and 19 deletions

View File

@@ -71,10 +71,7 @@ public:
App::PropertyFloat LineWidth;
App::PropertyFloat HiddenWidth;
App::PropertyFloatConstraint Tolerance;
// App::PropertyLinkList HatchAreas; //DrawHatch
//int addHatch(App::DocumentObject *docObj);
//int removeHatch(App::DocumentObject *docObj);
std::vector<TechDraw::DrawHatch*> getHatches(void) const;
//TODO: are there use-cases for Python access to TechDrawGeometry???