diff --git a/src/tests/elementary/efl_ui_test_callback.c b/src/tests/elementary/efl_ui_test_callback.c index 76230499f0..35f625455f 100644 --- a/src/tests/elementary/efl_ui_test_callback.c +++ b/src/tests/elementary/efl_ui_test_callback.c @@ -26,14 +26,6 @@ _btn_visibility_change(void *data EINA_UNUSED, const Efl_Event *ev) *flag = EINA_TRUE; } -static void -callback_timer_cb(void *data EINA_UNUSED, const Efl_Event *event) -{ - ck_assert(0); - efl_del(event->object); - ecore_main_loop_quit(); -} - EFL_START_TEST(efl_ui_callback_visibility) { Eina_Bool check = EINA_FALSE;