aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmaketool.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2016-02-29 14:15:23 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2016-03-01 14:30:44 +0000
commit5aca8ca27e843381c15bd75da420f1aee32fd719 (patch)
tree75272505f0fc0023573654ac5005d357401dc006 /src/plugins/cmakeprojectmanager/cmaketool.h
parenta8853fa8b1b35e4b7d94550949ec52441a20fac2 (diff)
CMake: Remove no longer used code
Change-Id: Icdd132b891e223a874051448bb4e5a090bdc245e Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmaketool.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmaketool.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmaketool.h b/src/plugins/cmakeprojectmanager/cmaketool.h
index bef9f23c35..964d6f71f1 100644
--- a/src/plugins/cmakeprojectmanager/cmaketool.h
+++ b/src/plugins/cmakeprojectmanager/cmaketool.h
@@ -68,8 +68,6 @@ public:
void setCMakeExecutable(const Utils::FileName &executable);
Utils::FileName cmakeExecutable() const;
- bool hasCodeBlocksMsvcGenerator() const;
- bool hasCodeBlocksNinjaGenerator() const;
QStringList supportedGenerators() const;
TextEditor::Keywords keywords();