ERR: Removed functions I just added. They don't belong here (yet?).

This commit is contained in:
Brad King
2001-03-19 11:00:23 -05:00
parent a8f9aa814e
commit 31ae187d0c
2 changed files with 0 additions and 34 deletions
-12
View File
@@ -122,18 +122,6 @@ public:
static long int ModifiedTime(const char* filename);
/**
* Get the CMake executable name on the current platform. This will
* be "CMakeBuildTargets" for unix, and "CMakeSetupCMD" for windows.
*/
static const char* GetCMakeExecutableName();
/**
* Get the CMake executable options for the current platform. This will
* be "" for unix, and "-DSP" for windows.
*/
static const char* GetCMakeExecutableOptions();
private:
static bool s_ErrorOccured;