From 0630ffb92194c5a0aed1f3e6ad91f2ee01caeb8c Mon Sep 17 00:00:00 2001 From: Rui Matos Date: Mon, 12 Sep 2011 17:46:47 +0000 Subject: 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(-) (limited to 'src/core') diff --git a/src/core/window.c b/src/core/window.c index cd54e5b9..74e69074 100644 --- a/src/core/window.c +++ b/src/core/window.c @@ -5159,9 +5159,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, -- cgit v1.2.1