diff options
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); |