aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2007-12-06 22:22:11 -0800
committerChris Robinson <[email protected]>2007-12-06 22:22:11 -0800
commitb3d35170ce50ead1c6cc9fab3ecd9c8ba79b54ff (patch)
tree257041704ef48a6420b34ab1e1736e43de1369b8 /Alc/ALc.c
parentf8f155e4a0234874f6828a3e5df7b80bfabd352c (diff)
Move some global declrations into headers
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 2b1c4ba6..9ea7a51f 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -38,14 +38,6 @@ char szDebug[256];
///////////////////////////////////////////////////////
-///////////////////////////////////////////////////////
-// FUNCTION PROTOTYPES
-
-void alc_alsa_init(BackendFuncs *func_list);
-void alc_oss_init(BackendFuncs *func_list);
-void alcDSoundInit(BackendFuncs *func_list);
-void alcWinMMInit(BackendFuncs *FuncList);
-
#define EmptyFuncs { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL }
struct {
const char *name;
@@ -180,9 +172,6 @@ static ALCint alcMinorVersion = 1;
///////////////////////////////////////////////////////
// Global Variables
-// Critical Section data
-extern CRITICAL_SECTION g_mutex;
-
// Context List
static ALCcontext *g_pContextList = NULL;
static ALCuint g_ulContextCount = 0;