Remove printf
authorChris Michael <cp.michael@samsung.com>
Tue, 16 Apr 2013 10:47:57 +0000 (11:47 +0100)
committerChris Michael <cp.michael@samsung.com>
Tue, 16 Apr 2013 11:56:12 +0000 (12:56 +0100)
Remove nasty "fullscreen" hack.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/wl_desktop_shell/e_mod_main.c

index e79531a..1236cc5 100644 (file)
@@ -790,19 +790,6 @@ _e_wl_shell_shell_surface_configure(E_Wayland_Surface *ews, Evas_Coord x, Evas_C
         ews->geometry.w = w;
         ews->geometry.h = h;
         ews->geometry.changed = EINA_TRUE;
-
-        printf("\tSurface Configured: %d %d %d %d\n", 
-               ews->geometry.x, ews->geometry.y, 
-               ews->geometry.w, ews->geometry.h);
-
-        if (ewss->type == E_WAYLAND_SHELL_SURFACE_TYPE_FULLSCREEN)
-          {
-             if (ews->obj)
-               {
-                  evas_object_move(ews->obj, 0, 0);
-                  evas_object_resize(ews->obj, w, h);
-               }
-          }
      }
 }