Mod: redundant void 2

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

View File

@@ -136,7 +136,7 @@ void ViewProviderBody::setupContextMenu(QMenu* menu, QObject* receiver, const ch
Gui::ViewProviderGeometryObject::setupContextMenu(menu, receiver, member); // clazy:exclude=skipped-base-method
}
bool ViewProviderBody::doubleClicked(void)
bool ViewProviderBody::doubleClicked()
{
//first, check if the body is already active.
auto activeDoc = Gui::Application::Instance->activeDocument();
@@ -442,7 +442,7 @@ void ViewProviderBody::setVisualBodyMode(bool bodymode) {
}
}
std::vector< std::string > ViewProviderBody::getDisplayModes(void) const {
std::vector< std::string > ViewProviderBody::getDisplayModes() const {
//we get all display modes and remove the "Group" mode, as this is what we use for "Through"
//body display mode