Browse Source

locale: Removed unused variable.

Ryan C. Gordon 4 years ago
parent
commit
600a2fc7c3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/locale/windows/SDL_syslocale.c

+ 0 - 1
src/locale/windows/SDL_syslocale.c

@@ -37,7 +37,6 @@ static HMODULE kernel32 = 0;
 static void
 SDL_SYS_GetPreferredLocales_winxp(char *buf, size_t buflen)
 {
-    const char **retval = NULL;
     char lang[16];
     char country[16];