win: Remove invalid callbacks

Faulty commit (guess who?):
  596dba5fe5

See also d567faa778

Finally make check works again. That was... a painful lot of patches to
fix.
This commit is contained in:
Jean-Philippe Andre 2017-09-26 18:12:42 +09:00
parent e1df334caf
commit 56667a84b1
1 changed files with 0 additions and 2 deletions

View File

@ -2203,8 +2203,6 @@ _win_paused(void *data, const Efl_Event *ev)
}
EFL_CALLBACKS_ARRAY_DEFINE(_elm_win_tracking,
{ EFL_EVENT_CALLBACK_ADD, _win_event_add_cb },
{ EFL_EVENT_CALLBACK_DEL, _win_event_del_cb },
{ EFL_UI_WIN_EVENT_PAUSE, _win_paused })
static void