aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CReadFile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Irrlicht/CReadFile.cpp')
-rw-r--r--source/Irrlicht/CReadFile.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/Irrlicht/CReadFile.cpp b/source/Irrlicht/CReadFile.cpp
index cf90f54..3205d1c 100644
--- a/source/Irrlicht/CReadFile.cpp
+++ b/source/Irrlicht/CReadFile.cpp
@@ -73,11 +73,7 @@ void CReadFile::openFile()
return;
}
-#if defined ( _IRR_WCHAR_FILESYSTEM )
- File = _wfopen(Filename.c_str(), L"rb");
-#else
File = fopen(Filename.c_str(), "rb");
-#endif
if (File)
{