diff options
Diffstat (limited to 'src/xwayland/window-manager.c')
-rw-r--r-- | src/xwayland/window-manager.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xwayland/window-manager.c b/src/xwayland/window-manager.c index b8be54c..92601e5 100644 --- a/src/xwayland/window-manager.c +++ b/src/xwayland/window-manager.c @@ -906,7 +906,6 @@ weston_wm_handle_event(int fd, uint32_t mask, void *data) while (event = xcb_poll_for_event(wm->conn), event != NULL) { if (weston_wm_handle_selection_event(wm, event)) { - fprintf(stderr, "handled by selection code\n"); free(event); count++; continue; |