[PD] Pad /Pocket: remove unused code
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user