[PD] Pad /Pocket: remove unused code

This commit is contained in:
Uwe
2022-01-08 03:24:09 +01:00
parent 5aadc54d18
commit 38cc6f29e0
2 changed files with 0 additions and 12 deletions

View File

@@ -620,16 +620,6 @@ void TaskExtrudeParameters::translateFaceName()
}
}
double TaskExtrudeParameters::getLength(void) const
{
return ui->lengthEdit->value().getValue();
}
double TaskExtrudeParameters::getLength2(void) const
{
return ui->lengthEdit2->value().getValue();
}
double TaskExtrudeParameters::getOffset(void) const
{
return ui->offsetEdit->value().getValue();

View File

@@ -89,8 +89,6 @@ protected:
App::PropertyLinkSub* propReferenceAxis;
void getReferenceAxis(App::DocumentObject*& obj, std::vector<std::string>& sub) const;
double getLength(void) const;
double getLength2(void) const;
bool getAlongSketchNormal(void) const;
bool getCustom(void) const;
std::string getReferenceAxis(void) const;