devilhorns pushed a commit to branch master.

commit 3300bcc31baa9f4a552a3c0b8475d6e2534337e0
Author: Chris Michael <[email protected]>
Date:   Tue Apr 16 11:49:51 2013 +0100

    Remove noisy printf.
    Remove useless object_move call.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/wl_desktop_shell/e_mod_main.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/modules/wl_desktop_shell/e_mod_main.c 
b/src/modules/wl_desktop_shell/e_mod_main.c
index 10c57c4..792f9d1 100644
--- a/src/modules/wl_desktop_shell/e_mod_main.c
+++ b/src/modules/wl_desktop_shell/e_mod_main.c
@@ -1041,10 +1041,6 @@ _e_wl_shell_shell_surface_cb_ee_resize(Ecore_Evas *ee)
         /* grab the requested geometry */
         ecore_evas_request_geometry_get(ee, NULL, NULL, &w, &h);
 
-        printf("EE Resize: %d %d\n", w, h);
-
-        evas_object_move(ews->obj, 0, 0);
-
         /* resize the surface smart object */
         evas_object_resize(ews->obj, w, h);
      }

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to