diff options
author | Alex Neundorf <neundorf@kde.org> | 2010-11-11 21:13:39 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2010-11-11 21:13:39 (GMT) |
commit | 156ae39905f2d44cefdfa71d0757ae4766dc3b34 (patch) | |
tree | 10a2e024a5ae708a51953f97d5b4c9bfe6c3d798 /Source/cmExtraCodeBlocksGenerator.h | |
parent | e547fa763be0de7dad5bd4e5138e9c4133d4fca8 (diff) | |
download | CMake-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/cmExtraCodeBlocksGenerator.h')
-rw-r--r-- | Source/cmExtraCodeBlocksGenerator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmExtraCodeBlocksGenerator.h b/Source/cmExtraCodeBlocksGenerator.h index b66b24a..57751fc 100644 --- a/Source/cmExtraCodeBlocksGenerator.h +++ b/Source/cmExtraCodeBlocksGenerator.h @@ -27,7 +27,6 @@ class cmExtraCodeBlocksGenerator : public cmExternalMakefileProjectGenerator { public: cmExtraCodeBlocksGenerator(); - virtual void SetGlobalGenerator(cmGlobalGenerator* generator); virtual const char* GetName() const { return cmExtraCodeBlocksGenerator::GetActualName();} |