Browse Source

Removed unused variable.

Ryan C. Gordon 11 years ago
parent
commit
8c7ee701a1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/filesystem/windows/SDL_sysfilesystem.c

+ 0 - 1
src/filesystem/windows/SDL_sysfilesystem.c

@@ -70,7 +70,6 @@ SDL_GetPrefPath(const char *org, const char *app)
      */
 
     WCHAR path[MAX_PATH];
-    char *utf8 = NULL;
     char *retval = NULL;
     WCHAR* worg = NULL;
     WCHAR* wapp = NULL;