remove a debug print in the keyboard obt stuff
This commit is contained in:
parent
5450618297
commit
ab7673c816
1 changed files with 0 additions and 1 deletions
|
@ -147,7 +147,6 @@ void xim_init(void)
|
||||||
if (g_ascii_islower(aclass[0]))
|
if (g_ascii_islower(aclass[0]))
|
||||||
aclass[0] = g_ascii_toupper(aclass[0]);
|
aclass[0] = g_ascii_toupper(aclass[0]);
|
||||||
|
|
||||||
g_print("Opening Input Method for %s %s\n", aname, aclass);
|
|
||||||
xim = XOpenIM(obt_display, NULL, aname, aclass);
|
xim = XOpenIM(obt_display, NULL, aname, aclass);
|
||||||
|
|
||||||
if (!xim)
|
if (!xim)
|
||||||
|
|
Loading…
Reference in a new issue