Skip to content

Commit

Permalink
Removed unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 10, 2014
1 parent 8d2dcbc commit 8c7ee70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/filesystem/windows/SDL_sysfilesystem.c
Expand Up @@ -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;
Expand Down

0 comments on commit 8c7ee70

Please sign in to comment.