summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2010-11-11 21:13:39 (GMT)
committerAlex Neundorf <neundorf@kde.org>2010-11-11 21:13:39 (GMT)
commit156ae39905f2d44cefdfa71d0757ae4766dc3b34 (patch)
tree10a2e024a5ae708a51953f97d5b4c9bfe6c3d798 /Source/cmGlobalGenerator.h
parente547fa763be0de7dad5bd4e5138e9c4133d4fca8 (diff)
downloadCMake-156ae39905f2d44cefdfa71d0757ae4766dc3b34.zip
CMake-156ae39905f2d44cefdfa71d0757ae4766dc3b34.tar.gz
CMake-156ae39905f2d44cefdfa71d0757ae4766dc3b34.tar.bz2
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/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index d60e18d..e68ed08 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -161,7 +161,6 @@ public:
bool GetForceUnixPaths() {return this->ForceUnixPaths;}
bool GetToolSupportsColor() { return this->ToolSupportsColor; }
- void SetToolSupportsColor(bool enable) { this->ToolSupportsColor = enable; }
///! return the language for the given extension
const char* GetLanguageFromExtension(const char* ext);