efl_ui_test_callback: Removed defined but unused function

This commit is contained in:
Christopher Michael 2019-04-03 13:08:59 -04:00
parent 55751f1204
commit 8affdd5dac
1 changed files with 0 additions and 8 deletions

View 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;