From 74aee374a646aec1b1ebe40f9efbae692e9720d6 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 14 Sep 2012 03:10:12 -0700 Subject: Remove an unused header --- OpenAL32/Include/alMain.h | 1 + OpenAL32/Include/alState.h | 14 -------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 OpenAL32/Include/alState.h (limited to 'OpenAL32/Include') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index e68975b1..af71a615 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -755,6 +755,7 @@ struct ALCcontext_struct #define RemoveSource(m, k) ((struct ALsource*)RemoveUIntMapKey(&(m)->SourceMap, (k))) #define RemoveEffectSlot(m, k) ((struct ALeffectslot*)RemoveUIntMapKey(&(m)->EffectSlotMap, (k))) + ALCcontext *GetContextRef(void); void ALCcontext_IncRef(ALCcontext *context); diff --git a/OpenAL32/Include/alState.h b/OpenAL32/Include/alState.h deleted file mode 100644 index 332176b0..00000000 --- a/OpenAL32/Include/alState.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef _AL_STATE_H_ -#define _AL_STATE_H_ - -#include "AL/al.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __cplusplus -} -#endif - -#endif -- cgit v1.2.3