aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-12-01 23:21:18 -0800
committerChris Robinson <[email protected]>2010-12-01 23:21:18 -0800
commit75552f2765c78e531019c368fd16e7a170e27eb3 (patch)
treeffa2e109ead07a9d64e1899a37a54148106b008a
parent4a0bf9fd448c3b4cbef96f5a5e65e30e44ce2d36 (diff)
Remove unused macro
-rw-r--r--OpenAL32/Include/alMain.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 135ce31a..dbf3ef90 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -406,7 +406,6 @@ struct ALCdevice_struct
#define ALCdevice_StopCapture(a) ((a)->Funcs->StopCapture((a)))
#define ALCdevice_CaptureSamples(a,b,c) ((a)->Funcs->CaptureSamples((a), (b), (c)))
#define ALCdevice_AvailableSamples(a) ((a)->Funcs->AvailableSamples((a)))
-#define ALCdevice_GetTime(a) ((a)->Funcs->GetTime((a)))
struct ALCcontext_struct
{