summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client/x11/platform.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/x11/platform.cpp b/client/x11/platform.cpp
index cb2431fb..ccae8777 100644
--- a/client/x11/platform.cpp
+++ b/client/x11/platform.cpp
@@ -271,7 +271,6 @@ void XEventHandler::on_event()
XNextEvent(&_x_display, &event);
if (event.xany.window == None) {
- LOG_WARN("invalid window");
continue;
}