remove the definition of HAVE_WASAPI as it is never used

Summary: HAVE_WASAPI is never used

Test Plan: compilation

Reviewers: zmike, cedric, raster

Reviewed By: zmike

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8493
This commit is contained in:
Vincent Torri 2019-03-28 09:23:20 -04:00 committed by Mike Blumenkrantz
parent 4e2003f741
commit bb886fb292
1 changed files with 0 additions and 1 deletions

View File

@ -4088,7 +4088,6 @@ if test "x${want_sndfile}" = "xyes" ; then
fi
if test "x${want_wasapiaudio}" = "xyes" ; then
EFL_ADD_LIBS([ECORE_AUDIO], [-luuid -lwinmm -lksuser])
AC_DEFINE([HAVE_WASAPI], [1], [Wasapiaudio support])
fi
dnl EFL_OPTIONAL_DEPEND_PKG([ECORE_AUDIO_ALSA], [${want_alsa}], [ALSA], [alsa])