fix build when async events are not enabled

SVN revision: 42273
This commit is contained in:
Vincent Torri 2009-09-05 07:56:03 +00:00
parent 5846195caf
commit 911ce19bfc
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,6 @@ struct _Evas_Event_Async
Evas_Callback_Type type;
};
#endif
int
evas_async_events_init(void)
{
@ -61,6 +59,8 @@ evas_async_events_shutdown(void)
return _init_evas_event;
}
#endif
EAPI int
evas_async_events_fd_get(void)
{