summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-03-10 18:39:38 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-03-10 18:39:38 (GMT)
commit3ff6722934521151793e5ad798a48305fc5ec2fa (patch)
tree44c00d047860311a0f52effb115de3257488e6c4 /Source/cmGlobalGenerator.h
parenta79868206eb59e19fd0ebca72ba435cdbb8c6a89 (diff)
downloadCMake-3ff6722934521151793e5ad798a48305fc5ec2fa.zip
CMake-3ff6722934521151793e5ad798a48305fc5ec2fa.tar.gz
CMake-3ff6722934521151793e5ad798a48305fc5ec2fa.tar.bz2
ENH: cleanup by removing all the olf local generate junk that i not longer needed
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index 7cce345..a16b88c 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -61,13 +61,6 @@ public:
virtual void Generate();
/**
- * Generate the required files for building this directory. This
- * basically creates a single LocalGenerators and
- * requests that it Generate.
- */
- virtual void LocalGenerate();
-
- /**
* Set/Get and Clear the enabled languages.
*/
void SetLanguageEnabled(const char*, cmMakefile* mf);