summaryrefslogtreecommitdiff
path: root/Source/cmExtraEclipseCDT4Generator.h
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2010-11-11 22:13:39 +0100
committerAlex Neundorf <neundorf@kde.org>2010-11-11 22:13:39 +0100
commit156ae39905f2d44cefdfa71d0757ae4766dc3b34 (patch)
tree10a2e024a5ae708a51953f97d5b4c9bfe6c3d798 /Source/cmExtraEclipseCDT4Generator.h
parente547fa763be0de7dad5bd4e5138e9c4133d4fca8 (diff)
downloadcmake-156ae39905f2d44cefdfa71d0757ae4766dc3b34.tar.gz
Don't disable colors in the CodeBlocks generator and minor cleanup.
Since now the only users of SetToolSupportsColor() are gone, this method is removed too. Alex
Diffstat (limited to 'Source/cmExtraEclipseCDT4Generator.h')
-rw-r--r--Source/cmExtraEclipseCDT4Generator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.h b/Source/cmExtraEclipseCDT4Generator.h
index 118c79a175..2ad599d14a 100644
--- a/Source/cmExtraEclipseCDT4Generator.h
+++ b/Source/cmExtraEclipseCDT4Generator.h
@@ -40,8 +40,6 @@ public:
virtual void GetDocumentation(cmDocumentationEntry& entry,
const char* fullName) const;
- virtual void SetGlobalGenerator(cmGlobalGenerator* generator);
-
virtual void Generate();
private: