efl_ui_test_callback: Removed defined but unused function
authorChristopher Michael <cp.michael@samsung.com>
Wed, 3 Apr 2019 17:08:59 +0000 (13:08 -0400)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 8 Apr 2019 01:49:03 +0000 (10:49 +0900)
src/tests/elementary/efl_ui_test_callback.c

index 7623049..35f6254 100644 (file)
@@ -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;