diff --git a/Minecraft.World/IO/Files/File.cpp b/Minecraft.World/IO/Files/File.cpp index 9ff7860d3..839acdcd2 100644 --- a/Minecraft.World/IO/Files/File.cpp +++ b/Minecraft.World/IO/Files/File.cpp @@ -10,11 +10,7 @@ #include #endif -#ifdef __linux__ const wchar_t File::pathSeparator = L'/'; -#else -const wchar_t File::pathSeparator = L'\\'; -#endif #ifdef _XBOX const std::wstring File::pathRoot = L"GAME:"; // Path root after pathSeparator has been removed