From 1454c46b5fed42dca9d509a66d4cefac2800289c Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 7 Jun 2009 15:42:15 -0700 Subject: Use a thread-safe static inline function for printing --- Alc/ALc.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Alc/ALc.c') diff --git a/Alc/ALc.c b/Alc/ALc.c index 8812cdea..bf757218 100644 --- a/Alc/ALc.c +++ b/Alc/ALc.c @@ -37,13 +37,6 @@ #include "bs2b.h" #include "alu.h" -/////////////////////////////////////////////////////// -// DEBUG INFORMATION - -char _alDebug[256]; - -/////////////////////////////////////////////////////// - #define EmptyFuncs { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL } static struct { -- cgit v1.2.3