Mod: redundant void 2

This commit is contained in:
berniev
2022-08-07 20:05:16 +10:00
committed by wwmayer
parent 311abcc43e
commit da9ebc572f
805 changed files with 3787 additions and 3787 deletions

View File

@@ -69,7 +69,7 @@ short Revolution::mustExecute() const
return ProfileBased::mustExecute();
}
App::DocumentObjectExecReturn *Revolution::execute(void)
App::DocumentObjectExecReturn *Revolution::execute()
{
// Validate parameters
double angle = Angle.getValue();
@@ -179,7 +179,7 @@ App::DocumentObjectExecReturn *Revolution::execute(void)
}
}
bool Revolution::suggestReversed(void)
bool Revolution::suggestReversed()
{
try {
updateAxis();
@@ -190,7 +190,7 @@ bool Revolution::suggestReversed(void)
return ProfileBased::getReversedAngle(Base.getValue(), Axis.getValue()) < 0.0;
}
void Revolution::updateAxis(void)
void Revolution::updateAxis()
{
App::DocumentObject *pcReferenceAxis = ReferenceAxis.getValue();
const std::vector<std::string> &subReferenceAxis = ReferenceAxis.getSubValues();