remove gadget runner function stubs for pre 1.21 compat

This commit is contained in:
Mike Blumenkrantz 2018-01-31 16:11:26 -05:00
parent ed361340d7
commit 5bbc335ed9
1 changed files with 0 additions and 20 deletions

View File

@ -8,26 +8,6 @@
# pragma GCC diagnostic ignored "-Wformat-truncation" # pragma GCC diagnostic ignored "-Wformat-truncation"
#endif #endif
#ifndef EFL_VERSION_1_21
static void efl_wl_aspect_set(Evas_Object *obj EINA_UNUSED, Eina_Bool set EINA_UNUSED)
{
}
static void efl_wl_minmax_set(Evas_Object *obj EINA_UNUSED, Eina_Bool set EINA_UNUSED)
{
}
static void *efl_wl_global_add(Evas_Object *obj EINA_UNUSED, const void *interface EINA_UNUSED, uint32_t version EINA_UNUSED, void *data EINA_UNUSED, void *bind_cb EINA_UNUSED)
{
return NULL;
}
static Eina_Bool efl_wl_surface_extract(Evas_Object *surface EINA_UNUSED)
{
return EINA_FALSE;
}
#endif
typedef enum typedef enum
{ {
EXIT_MODE_RESTART, EXIT_MODE_RESTART,