Fix warnings introduced in new PartDesign
Mostly unused wariables and compare of signed & unsigned
This commit is contained in:
committed by
Stefan Tröger
parent
f143e08fad
commit
27667cf5e6
@@ -186,8 +186,6 @@ std::vector<App::DocumentObject*> ViewProviderBody::claimChildren3D(void)const
|
||||
PartDesign::Body* body = static_cast<PartDesign::Body*>(getObject());
|
||||
|
||||
const std::vector<App::DocumentObject*> & features = body->Model.getValues();
|
||||
App::DocumentObject *originObj = body->Origin.getValue();
|
||||
App::DocumentObject *baseFeature = body->BaseFeature.getValue();
|
||||
|
||||
std::vector<App::DocumentObject*> rv;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user