From 7223c4e1845dc7968b010d48a4ff1ce538904449 Mon Sep 17 00:00:00 2001 From: Rui Matos Date: Mon, 12 Sep 2011 18:46:47 +0100 Subject: [PATCH] window: remove warning about _NET_WM_MOVERESIZE's lack of timestamps The comments in the code about the protocol's inadequacies are enough, there's no need to spam our standard outputs. --- src/core/window.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core/window.c b/src/core/window.c index fc19ff22d..510f39cf0 100644 --- a/src/core/window.c +++ b/src/core/window.c @@ -6349,9 +6349,6 @@ meta_window_client_message (MetaWindow *window, /* FIXME: What a braindead protocol; no timestamp?!? */ timestamp = meta_display_get_current_time_roundtrip (display); - meta_warning ("Received a _NET_WM_MOVERESIZE message for %s; these " - "messages lack timestamps and therefore suck.\n", - window->desc); meta_topic (META_DEBUG_WINDOW_OPS, "Received _NET_WM_MOVERESIZE message on %s, %d,%d action = %d, button %d\n", window->desc,