locale: Removed unused variable.

This commit is contained in:
Ryan C. Gordon 2020-05-21 04:01:37 -04:00
parent a299fdd789
commit 600a2fc7c3

View File

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