diff options
author | Rui Matos <[email protected]> | 2011-09-12 17:46:47 +0000 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-02-18 08:50:57 +0100 |
commit | 0630ffb92194c5a0aed1f3e6ad91f2ee01caeb8c (patch) | |
tree | 8240514b6b22f9b0d9ec529c4134a365cd28685a | |
parent | 3feed0c67e8713fa9db08605ff21740d41d321c0 (diff) | |
download | marco-0630ffb92194c5a0aed1f3e6ad91f2ee01caeb8c.tar.bz2 marco-0630ffb92194c5a0aed1f3e6ad91f2ee01caeb8c.tar.xz |
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.
-rw-r--r-- | src/core/window.c | 3 |
1 files changed, 0 insertions, 3 deletions
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, |