diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-03-10 18:39:38 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-03-10 18:39:38 (GMT) |
commit | 3ff6722934521151793e5ad798a48305fc5ec2fa (patch) | |
tree | 44c00d047860311a0f52effb115de3257488e6c4 /Source/cmMakefile.h | |
parent | a79868206eb59e19fd0ebca72ba435cdbb8c6a89 (diff) | |
download | CMake-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/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index dd3c88b..a9f159c 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -610,9 +610,6 @@ public: cmVariableWatch* GetVariableWatch() const; #endif - //! Determine wether this is a local or global build. - bool GetLocal() const; - ///! Display progress or status message. void DisplayStatus(const char*, float); |