summaryrefslogtreecommitdiffstats
path: root/dmenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'dmenu.c')
-rw-r--r--dmenu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dmenu.c b/dmenu.c
index 40f93e0..804da64 100644
--- a/dmenu.c
+++ b/dmenu.c
@@ -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");