[mutter] window-x11: Remove a use of meta_window_get_position



commit 9402691aaadfb38d7b2aa29b9fdda81266b6e9ba
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu May 22 15:44:02 2014 -0400

    window-x11: Remove a use of meta_window_get_position

 src/x11/window-x11.c |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/src/x11/window-x11.c b/src/x11/window-x11.c
index 7c42adb..2ddff3d 100644
--- a/src/x11/window-x11.c
+++ b/src/x11/window-x11.c
@@ -1201,18 +1201,6 @@ meta_window_x11_move_resize_internal (MetaWindow                *window,
 
   if (mask != 0)
     {
-      {
-        int newx, newy;
-        meta_window_get_position (window, &newx, &newy);
-        meta_topic (META_DEBUG_GEOMETRY,
-                    "Syncing new client geometry %d,%d %dx%d, border: %s pos: %s size: %s\n",
-                    newx, newy,
-                    window->rect.width, window->rect.height,
-                    mask & CWBorderWidth ? "true" : "false",
-                    need_move_client ? "true" : "false",
-                    need_resize_client ? "true" : "false");
-      }
-
       meta_error_trap_push (window->display);
 
       if (window == window->display->grab_window &&


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