[PD] revolve: remove unused code

- also come code style unification
This commit is contained in:
Uwe
2023-03-22 17:04:04 +01:00
parent f1bbcd9e13
commit b74425b441
3 changed files with 6 additions and 14 deletions

View File

@@ -301,11 +301,6 @@ void TaskRevolutionParameters::onReversed(bool on)
recomputeFeature();
}
double TaskRevolutionParameters::getAngle() const
{
return ui->revolveAngle->value().getValue();
}
void TaskRevolutionParameters::getReferenceAxis(App::DocumentObject*& obj, std::vector<std::string>& sub) const
{
if (axesInList.empty())