From 121c9ff42651cf01b9ed11cddcf185b00345293a Mon Sep 17 00:00:00 2001 From: woohyun Date: Fri, 6 Jan 2012 10:29:11 +0000 Subject: [PATCH] elementary/elm_frame : Just do comment. Raster ~ plz remove this later ~ git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66936 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_frame.c b/src/lib/elm_frame.c index 7811754..fda1ca9 100644 --- a/src/lib/elm_frame.c +++ b/src/lib/elm_frame.c @@ -86,7 +86,7 @@ _sizing_eval(Evas_Object *obj) edje_object_size_min_calc(wd->frm, &minw, &minh); evas_object_size_hint_min_get(obj, &cminw, &cminh); if ((minw == cminw) && (minh == cminh)) return; - printf("min: %3.3f %ix%i\n", ecore_loop_time_get(), minw, minh); + //printf("min: %3.3f %ix%i\n", ecore_loop_time_get(), minw, minh); evas_object_size_hint_min_set(obj, minw, minh); evas_object_size_hint_max_set(obj, -1, -1); } -- 2.7.4