Remove noisy printf.

Remove useless object_move call.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-04-16 11:49:51 +01:00
parent f3571b98f2
commit 3300bcc31b
1 changed files with 0 additions and 4 deletions

View File

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