summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/File.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/OSSupport/File.h')
-rw-r--r--src/OSSupport/File.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/OSSupport/File.h b/src/OSSupport/File.h
index b39f71e28..ac6d1ab21 100644
--- a/src/OSSupport/File.h
+++ b/src/OSSupport/File.h
@@ -127,9 +127,6 @@ public:
/** Returns the entire contents of the specified file as a string. Returns empty string on error. */
static AString ReadWholeFile(const AString & a_FileName);
- /** Replaces characters that cannot be in a file name with the specified char. */
- static AString ReplaceFileNameInvalidChars(const AString & a_FileName, char a_Replacement = '_');
-
// tolua_end
/** Returns the list of all items in the specified folder (files, folders, nix pipes, whatever's there). */