]> git.sur5r.net Git - i3/i3/blobdiff - src/restore_layout.c
Merge branch 'master' into next
[i3/i3] / src / restore_layout.c
index 96e608400adf7c8263cf36905475d8494988e889..cdf15517e10a68e65b97680caa34f31b6796ddb2 100644 (file)
@@ -335,7 +335,6 @@ static void configure_notify(xcb_configure_notify_event_t *event) {
     ELOG("Received ConfigureNotify for unknown window 0x%08x\n", event->window);
 }
 
-// TODO: this event loop is not taken care of in the floating event handler
 static void restore_handle_event(int type, xcb_generic_event_t *event) {
     switch (type) {
         case XCB_EXPOSE: