Skip to content

Commit

Permalink
Linux: Removed redundant function call.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Oct 12, 2016
1 parent cfb24c7 commit 9d0e074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/linux/SDL_ime.c
Expand Up @@ -44,7 +44,7 @@ InitIME()
{
static SDL_bool inited = SDL_FALSE;
const char *im_module;
const char *xmodifiers = SDL_getenv("XMODIFIERS");
const char *xmodifiers;

if (inited == SDL_TRUE)
return;
Expand Down

0 comments on commit 9d0e074

Please sign in to comment.