[elm_genlist.c] Removed test codes.
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Thu, 7 Oct 2010 05:44:25 +0000 (14:44 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Thu, 7 Oct 2010 05:44:25 +0000 (14:44 +0900)
src/lib/elm_genlist.c

index a457272..1c26433 100644 (file)
@@ -3008,9 +3008,6 @@ elm_genlist_add(Evas_Object *parent)
                              &minw, &minh);
    evas_object_size_hint_min_set(obj, minw, minh);
 
-   elm_genlist_effect_set(obj, 1);
-   elm_genlist_pinch_zoom_set(obj, 1);
-
    _sizing_eval(obj);
    return obj;
 }