Skip to content

Commit

Permalink
locale: Removed unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 21, 2020
1 parent a299fdd commit 600a2fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/locale/windows/SDL_syslocale.c
Expand Up @@ -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];

Expand Down

0 comments on commit 600a2fc

Please sign in to comment.