From ffbf4235dd83b341f8d0121ca19581f1ce6e4421 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 1 Jun 2016 09:57:17 -0400 Subject: [PATCH] Revert "eo_del -> eo_unref in xwayland" This reverts commit 1eddd375d8d580bb368367680e8b9d148a491aee. --- src/modules/xwayland/e_mod_main.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/modules/xwayland/e_mod_main.c b/src/modules/xwayland/e_mod_main.c index a4110c3ee..3e5c895f0 100644 --- a/src/modules/xwayland/e_mod_main.c +++ b/src/modules/xwayland/e_mod_main.c @@ -364,12 +364,7 @@ xwl_init(E_Module *m) return NULL; #ifdef HAVE_PULSE -# ifdef EFL_VERSION_1_18 - eo_unref -# else - eo_del -# endif - (eo_add(ECORE_AUDIO_OUT_PULSE_CLASS, NULL)); + eo_del(eo_add(ECORE_AUDIO_OUT_PULSE_CLASS, NULL)); #endif /* record wayland display */