Linux: Removed redundant function call.

This commit is contained in:
Philipp Wiesemann 2016-10-12 23:36:29 +02:00
parent 0c687477a5
commit fdd0e41c4b

View file

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