From: Carsten Haitzler (Rasterman) Date: Sat, 28 Dec 2013 08:15:34 +0000 (+0900) Subject: remove ifdefs for emotion and eio as they always come with efl. X-Git-Tag: v1.9.0-alpha1~350 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94cc4af2671e6d4dd6fa2aad3d3ab2082bc7b0e1;p=platform%2Fupstream%2Felementary.git remove ifdefs for emotion and eio as they always come with efl. --- diff --git a/src/bin/test.c b/src/bin/test.c index 21d29599d..e09eba646 100644 --- a/src/bin/test.c +++ b/src/bin/test.c @@ -220,12 +220,8 @@ void test_external_scroller(void *data, Evas_Object *obj, void *event_info); void test_external_pbar(void *data, Evas_Object *obj, void *event_info); void test_external_video(void *data, Evas_Object *obj, void *event_info); void test_config(void *data, Evas_Object *obj, void *event_info); -#ifdef HAVE_EMOTION void test_video(void *data, Evas_Object *obj, void *event_info); -#endif -#ifdef HAVE_EIO void test_eio(void *data, Evas_Object *obj, void *event_info); -#endif #ifdef HAVE_ELEMENTARY_WEB void test_web(void *data, Evas_Object *obj, void *event_info); void test_web_ui(void *data, Evas_Object *obj, void *event_info); @@ -527,9 +523,7 @@ add_tests: ADD_TEST(NULL, "Images", "Image Remote", test_remote_image); ADD_TEST(NULL, "Images", "Image Click", test_click_image); ADD_TEST(NULL, "Images", "Slideshow", test_slideshow); -#ifdef HAVE_EMOTION ADD_TEST(NULL, "Images", "Video", test_video); -#endif //------------------------------// ADD_TEST(NULL, "Containers", "Box Vert", test_box_vert);