From f05936225ef7696c93f6d831f7d7abf94a4a2554 Mon Sep 17 00:00:00 2001 From: Alexander Monakov Date: Mon, 13 Dec 2010 00:32:13 +0300 Subject: [PATCH] Unused --- Source/openal_wrapper.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Source/openal_wrapper.h b/Source/openal_wrapper.h index 44fb7ec..9f1a590 100644 --- a/Source/openal_wrapper.h +++ b/Source/openal_wrapper.h @@ -100,12 +100,4 @@ AL_API signed char OPENAL_SetOutput(int outputtype); } #endif -#if USE_OPENAL -# define OPENAL_Sample_LoadEx(a, b, c, d, e) OPENAL_Sample_Load( a, ConvertFileName( b), c, d, e) -# define OPENAL_Stream_OpenEx(a, b, c, d) OPENAL_Stream_Open(ConvertFileName(a), b, c, d) -#elif !PLATFORM_MACOSX -# define OPENAL_Sample_LoadEx(a, b, c, d, e) OPENAL_Sample_Load( a, ConvertFileName( b), c, d, e) -# define OPENAL_Stream_OpenEx(a, b, c, d) OPENAL_Stream_Open(ConvertFileName(a), b, c, d) -#endif - #endif -- 2.39.2