Remove useless comment
This commit is contained in:
parent
8160dd91df
commit
e782992eae
1 changed files with 0 additions and 1 deletions
|
@ -549,7 +549,6 @@ run(void) {
|
|||
|
||||
while (!XNextEvent(dpy, &ev)) {
|
||||
if (XFilterEvent(&ev, win)) {
|
||||
/* What is this I don't even */
|
||||
continue;
|
||||
}
|
||||
switch(ev.type) {
|
||||
|
|
Loading…
Reference in a new issue