remove comment

I don't know why it wasn't working before but now it does ¯\(ツ)/¯
(it wasn't caused by the just removed code either)
This commit is contained in:
Guido Cella 2020-09-04 17:58:53 +02:00
parent 8e81c90f31
commit 9308a90d11
1 changed files with 1 additions and 1 deletions

2
dwl.c
View File

@ -2085,7 +2085,7 @@ unmaplayersurface(LayerSurface *layersurface)
if (layersurface->layer_surface->surface ==
seat->keyboard_state.focused_surface)
focusclient(NULL, selclient(), 1);
motionnotify(0); // XXX why doesn't this work?
motionnotify(0);
}
void