Revert no-longer required pulseaudio hack for wayland

The problem this solved is now handled elsewhere.

Reverts what's left of commit 6eefae4822
This commit is contained in:
Derek Foreman 2018-03-20 12:25:50 -05:00
parent 256236eba3
commit 3c5b541385
1 changed files with 0 additions and 7 deletions

View File

@ -2,9 +2,6 @@
#include <dlfcn.h>
#include <sys/socket.h>
#include <sys/un.h>
#ifdef HAVE_PULSE
# include <Ecore_Audio.h>
#endif
EINTERN void dnd_init(void);
EINTERN void dnd_shutdown(void);
@ -376,10 +373,6 @@ xwl_init(void *d EINA_UNUSED)
if (!(exs = calloc(1, sizeof(E_XWayland_Server))))
return EINA_FALSE;
#ifdef HAVE_PULSE
efl_del(efl_add(ECORE_AUDIO_OUT_PULSE_CLASS, NULL));
#endif
/* record wayland display */
exs->wl_disp = e_comp_wl->wl.disp;