Fixed: unused variable memory leak
--HG-- branch : develop
This commit is contained in:
parent
afd9566ae8
commit
f5928305fe
1 changed files with 0 additions and 2 deletions
|
@ -83,8 +83,6 @@ void CUnixEventEmitter::createIM()
|
|||
{
|
||||
#ifdef X_HAVE_UTF8_STRING
|
||||
|
||||
XModifierKeymap *g_mod_map = XGetModifierMapping(_dpy);
|
||||
|
||||
_im = XOpenIM(_dpy, NULL, NULL, NULL);
|
||||
|
||||
if (_im == NULL)
|
||||
|
|
Loading…
Reference in a new issue