From 75552f2765c78e531019c368fd16e7a170e27eb3 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 1 Dec 2010 23:21:18 -0800 Subject: Remove unused macro --- OpenAL32/Include/alMain.h | 1 - 1 file changed, 1 deletion(-) 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 { -- cgit v1.2.3