[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

@@ -20,7 +20,6 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
@@ -52,6 +51,7 @@
#include "TaskSketchBasedParameters.h"
#include "Utils.h"
Q_DECLARE_METATYPE(App::PropertyLinkSubList::SubSet)
using namespace PartDesignGui;
@@ -165,9 +165,7 @@ TaskPipeParameters::~TaskPipeParameters()
}
void TaskPipeParameters::updateUI()
{
}
{}
void TaskPipeParameters::onSelectionChanged(const Gui::SelectionChanges& msg)
{