mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-24 19:15:40 +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
|
static void
|
||||||
SDL_SYS_GetPreferredLocales_winxp(char *buf, size_t buflen)
|
SDL_SYS_GetPreferredLocales_winxp(char *buf, size_t buflen)
|
||||||
{
|
{
|
||||||
const char **retval = NULL;
|
|
||||||
char lang[16];
|
char lang[16];
|
||||||
char country[16];
|
char country[16];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue