aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/platform/gui/xcb/Window.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/platform/gui/xcb/Window.cpp b/src/platform/gui/xcb/Window.cpp
index e6e92fbc..d45d68b2 100644
--- a/src/platform/gui/xcb/Window.cpp
+++ b/src/platform/gui/xcb/Window.cpp
@@ -543,8 +543,6 @@ void XcbWindow::HandleEvent(xcb_generic_event_t *event) {
break;
}
default:
- /* Unknown event type, ignore it */
- printf("Unknown event: %" PRIu8 "\n", event->response_type);
break;
}
}