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
This commit is contained in:
Alex Neundorf
2010-11-11 22:13:39 +01:00
parent e547fa763b
commit 156ae39905
5 changed files with 0 additions and 23 deletions

View File

@@ -63,15 +63,6 @@ cmExtraCodeBlocksGenerator::cmExtraCodeBlocksGenerator()
}
void cmExtraCodeBlocksGenerator::SetGlobalGenerator(
cmGlobalGenerator* generator)
{
cmExternalMakefileProjectGenerator::SetGlobalGenerator(generator);
cmGlobalUnixMakefileGenerator3* mf = (cmGlobalUnixMakefileGenerator3*)
generator;
mf->SetToolSupportsColor(false);
}
void cmExtraCodeBlocksGenerator::Generate()
{
// for each sub project in the project create a codeblocks project