Removed unused variable.

main
Ryan C. Gordon 2014-03-10 00:48:41 -04:00
parent 8d2dcbc1b7
commit 8c7ee701a1
1 changed files with 0 additions and 1 deletions

View File

@ -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;