diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-06-05 20:35:24 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-06-05 20:35:24 (GMT) |
commit | 179943bf14c2553d3a419bc1a80aca9017fdc287 (patch) | |
tree | 41bdd65e2b738472a75b746b40ac60c7181ddb80 /Source/cmGlobalKdevelopGenerator.h | |
parent | eab5a4350d45fe228ad143cf481c52c26feacef3 (diff) | |
download | CMake-179943bf14c2553d3a419bc1a80aca9017fdc287.zip CMake-179943bf14c2553d3a419bc1a80aca9017fdc287.tar.gz CMake-179943bf14c2553d3a419bc1a80aca9017fdc287.tar.bz2 |
STYLE: move ForceVerboseMakefiles to cmGlobalUnixMakefileGenerator3, so the
kdevelop generator doesn't need its own CreateLocalGenerator() anymore
Alex
Diffstat (limited to 'Source/cmGlobalKdevelopGenerator.h')
-rw-r--r-- | Source/cmGlobalKdevelopGenerator.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmGlobalKdevelopGenerator.h b/Source/cmGlobalKdevelopGenerator.h index 5f71e72..240b954 100644 --- a/Source/cmGlobalKdevelopGenerator.h +++ b/Source/cmGlobalKdevelopGenerator.h @@ -45,9 +45,6 @@ public: /** Get the documentation entry for this generator. */ virtual void GetDocumentation(cmDocumentationEntry& entry) const; - ///! Create a local generator appropriate to this Global Generator - virtual cmLocalGenerator *CreateLocalGenerator(); - /** * Generate the all required files for building this project/tree. This * basically creates a series of LocalGenerators for each directory and |