remove the definition of HAVE_WASAPI as it is never used
authorVincent Torri <vincent.torri@gmail.com>
Thu, 28 Mar 2019 13:23:20 +0000 (09:23 -0400)
committerJunsuChoi <jsuya.choi@samsung.com>
Tue, 2 Apr 2019 04:14:38 +0000 (13:14 +0900)
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

configure.ac

index 83f3ced..b303d93 100755 (executable)
@@ -4139,7 +4139,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])