summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2016-01-28 21:10:25 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2016-06-08 21:08:24 (GMT)
commit87ffd76d1a33885a4cddff70a9909ad88c2aeacc (patch)
treefe987930dcc5967b69f06fb7557f632e284a7dd6 /Source/cmake.h
parentfa169fe8a7f2066eaa40393b4b7979daf42065e4 (diff)
downloadCMake-87ffd76d1a33885a4cddff70a9909ad88c2aeacc.zip
CMake-87ffd76d1a33885a4cddff70a9909ad88c2aeacc.tar.gz
CMake-87ffd76d1a33885a4cddff70a9909ad88c2aeacc.tar.bz2
cmake: Make internal method file static
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 266c33d..f6d335f 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -500,8 +500,6 @@ private:
* warning and error output CMake variables, in the cache.
*/
bool IsMessageTypeVisible(cmake::MessageType t);
-
- bool PrintMessagePreamble(cmake::MessageType t, std::ostream& msg);
};
#define CMAKE_STANDARD_OPTIONS_TABLE \