diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 1ccb5f1..39dbd2f 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -60,13 +60,6 @@ class cmake ///! destruct an instance of cmake ~cmake(); - /** - * Return major and minor version numbers for cmake. - */ - static unsigned int GetMajorVersion(); - static unsigned int GetMinorVersion(); - static const char *GetReleaseVersion(); - ///! construct an instance of cmake static const char *GetCMakeFilesDirectory() {return "/CMakeFiles";}; static const char *GetCMakeFilesDirectoryPostSlash() { |