[mutter] window: remove warning about _NET_WM_MOVERESIZE's lack of timestamps



commit 7223c4e1845dc7968b010d48a4ff1ce538904449
Author: Rui Matos <tiagomatos gmail com>
Date:   Mon Sep 12 18:46:47 2011 +0100

    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 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/core/window.c b/src/core/window.c
index fc19ff2..510f39c 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]