Skip to content

Commit

Permalink
+ fix gcc warning of unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed May 22, 2016
1 parent 34585e0 commit f079b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Sketcher/App/SketchObject.cpp
Expand Up @@ -1729,7 +1729,7 @@ bool SketchObject::isExternalAllowed(App::Document *pDoc, App::DocumentObject *p


// Note: Checking for the body of the support doesn't work when the support are the three base planes
App::DocumentObject *support = this->Support.getValue();
//App::DocumentObject *support = this->Support.getValue();
Part::BodyBase* body_this = Part::BodyBase::findBodyOf(this);
Part::BodyBase* body_obj = Part::BodyBase::findBodyOf(pObj);
App::Part* part_this = App::Part::getPartOfObject(this, true);
Expand Down

0 comments on commit f079b23

Please sign in to comment.