mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-31 00:09:19 +01:00
Linux: Removed redundant function call.
This commit is contained in:
parent
cfb24c7673
commit
9d0e07490a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user