]> git.jsancho.org Git - lugaru.git/blobdiff - Source/openal_wrapper.cpp
Drop unnecessary USE_OPENAL and USE_SDL defines
[lugaru.git] / Source / openal_wrapper.cpp
index cc7ffc55443f433009fd62b5ed50381c7ad5b660..79be832f787dec547c6e23058216dca763e0e21e 100644 (file)
@@ -19,8 +19,6 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
 
-#if USE_OPENAL
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -692,6 +690,3 @@ extern "C" void PlayStreamEx(int chan, OPENAL_STREAM *sptr, OPENAL_DSPUNIT *dsp,
         channels[chan] = OPENAL_Stream_PlayEx(OPENAL_FREE, sptr, dsp, startpaused);
     }
 }
-
-#endif
-