diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 59461fe..f9bd74d 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -345,9 +345,6 @@ class cmake debugging configurations.*/ std::vector<std::string> const& GetDebugConfigs(); - // Define the properties - static void DefineProperties(cmake *cm); - void SetCMakeEditCommand(const char* s) { this->CMakeEditCommand = s; |