discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=ffbf4235dd83b341f8d0121ca19581f1ce6e4421

commit ffbf4235dd83b341f8d0121ca19581f1ce6e4421
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Jun 1 09:57:17 2016 -0400

    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 a4110c3..3e5c895 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 */

-- 


Reply via email to