mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-25 04:28:29 +00:00
Linux: Removed redundant function call.
This commit is contained in:
@@ -44,7 +44,7 @@ InitIME()
|
|||||||
{
|
{
|
||||||
static SDL_bool inited = SDL_FALSE;
|
static SDL_bool inited = SDL_FALSE;
|
||||||
const char *im_module;
|
const char *im_module;
|
||||||
const char *xmodifiers = SDL_getenv("XMODIFIERS");
|
const char *xmodifiers;
|
||||||
|
|
||||||
if (inited == SDL_TRUE)
|
if (inited == SDL_TRUE)
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user