Cmake: Remove unused code

Change-Id: I7305ad6f853c6645cc34ca66fc602f0b58982f60
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-12-04 07:54:30 +01:00
parent d61773fa25
commit 6771a46928
2 changed files with 0 additions and 4 deletions

View File

@@ -38,12 +38,10 @@ QT_END_NAMESPACE
namespace Utils {
class CommandLine;
class PathChooser;
} // Utils
namespace ProjectExplorer {
class RunConfiguration;
class ToolChain;
} // ProjectManager
namespace CMakeProjectManager {
@@ -82,7 +80,6 @@ public:
static QStringList specialTargets();
signals:
void cmakeCommandChanged();
void targetToBuildChanged();
void buildTargetsChanged();