diff options
author | Chris Robinson <[email protected]> | 2009-06-07 15:42:15 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-06-07 15:42:15 -0700 |
commit | 1454c46b5fed42dca9d509a66d4cefac2800289c (patch) | |
tree | 601fb44ba06b839d952c7ecda5fcbf154a7938dd /Alc | |
parent | 0fac1e911565791e50c0d23ce515042a64c40696 (diff) |
Use a thread-safe static inline function for printing
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/ALc.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 { |