aboutsummaryrefslogtreecommitdiff
path: root/common/file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/file.cpp')
-rw-r--r--common/file.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/file.cpp b/common/file.cpp
index 00707c4f7e..ec4dca0594 100644
--- a/common/file.cpp
+++ b/common/file.cpp
@@ -198,7 +198,6 @@ bool File::open(const String &filename, AccessMode mode, const char *directory)
clearIOFailed();
String fname(filename);
-
fname.toLowercase();
const char *modeStr = (mode == kFileReadMode) ? "rb" : "wb";