Remove printf

Remove nasty "fullscreen" hack.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-04-16 11:47:57 +01:00
parent 531407985e
commit 3ef01a7ee6
1 changed files with 0 additions and 13 deletions

View 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);
}
}
}
}