diff options
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index 0974759..486dcee 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -59,13 +59,7 @@ public: ///! Escape quotes in a string. static std::string EscapeQuotes(const char* str); - - /** - * Given a string, replace any escape sequences with the corresponding - * characters. - */ - static std::string RemoveEscapes(const char*); - + typedef void (*ErrorCallback)(const char*, const char*, bool&, void*); /** * Set the function used by GUI's to display error messages |