mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-24 04:35:38 +00:00
locale: Removed unused variable.
This commit is contained in:
parent
a299fdd789
commit
600a2fc7c3
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in a new issue