Commit d9a42c76b1e7889aa598543d788540de12a5f63b

David Ludwig 2014-11-23T08:59:01

WinRT: fixed an invalid comment in SDL_GetPrefPath() (for WinRT)

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/filesystem/winrt/SDL_sysfilesystem.cpp b/src/filesystem/winrt/SDL_sysfilesystem.cpp
index 3bc37cb..2595c00 100644
--- a/src/filesystem/winrt/SDL_sysfilesystem.cpp
+++ b/src/filesystem/winrt/SDL_sysfilesystem.cpp
@@ -153,7 +153,6 @@ SDL_GetPrefPath(const char *org, const char *app)
     const char * srcPath = SDL_WinRTGetFSPathUTF8(SDL_WINRT_PATH_LOCAL_FOLDER);
 #else
     /* A 'Roaming' folder is available on Windows 8 and 8.1.  Use that.
-     * (SDL for Win32/Windows-Desktop uses the 'roaming' path as well).
      */
     const char * srcPath = SDL_WinRTGetFSPathUTF8(SDL_WINRT_PATH_ROAMING_FOLDER);
 #endif