removing unneeded SetWMHints

This commit is contained in:
Enno Boland (tox) 2011-03-25 16:28:46 +01:00
parent 102a7ef183
commit 31e00125e8
1 changed files with 0 additions and 1 deletions

View File

@ -373,7 +373,6 @@ setup(void) {
wmh = XAllocWMHints();
wmh->input = False;
wmh->flags = InputHint;
XSetWMHints(dpy, win, wmh);
XStringListToTextProperty(&name, 1, &str);
ch = XAllocClassHint();
ch->res_class = name;