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
81015b3f44
commit
0cfc0cd424
@@ -212,8 +212,6 @@ App::DocumentObjectExecReturn *Pad::execute(void)
|
||||
|
||||
// set the additive shape property for later usage in e.g. pattern
|
||||
prism = refineShapeIfActive(prism);
|
||||
const char* name = AddSubShape.getName();
|
||||
const char* name1 = this->getPropertyName(&AddSubShape);
|
||||
this->AddSubShape.setValue(prism);
|
||||
|
||||
if (!base.IsNull()) {
|
||||
|
||||
Reference in New Issue
Block a user