diff --git a/src/x11/x.c b/src/x11/x.c index 8233f3627..2df610b65 100644 --- a/src/x11/x.c +++ b/src/x11/x.c @@ -831,8 +831,6 @@ gboolean x_mainloop_fd_prepare(GSource *source, gint *timeout) { if (timeout) *timeout = -1; - else - LOG_E("x_mainloop_fd_prepare: timeout == NULL"); return false; }