diff options
| -rw-r--r-- | dmenu.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -689,7 +689,6 @@ setup(void) CWOverrideRedirect | CWBackPixel | CWEventMask, &swa); XSetClassHint(dpy, win, &ch); - /* input methods */ if ((xim = XOpenIM(dpy, NULL, NULL, NULL)) == NULL) die("XOpenIM failed: could not open input device"); |
