From 9402691aaadfb38d7b2aa29b9fdda81266b6e9ba Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 22 May 2014 15:44:02 -0400 Subject: [PATCH] window-x11: Remove a use of meta_window_get_position --- src/x11/window-x11.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/x11/window-x11.c b/src/x11/window-x11.c index 7c42adb60..2ddff3ddc 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 &&