From a234fc11e580ac851bdfabc8711546209c1c11a1 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 8 Sep 2014 06:59:58 -0700 Subject: Remove the GetLatency method from the old BackendFuncs --- OpenAL32/Include/alMain.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'OpenAL32') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 583350b9..3089763f 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -469,8 +469,6 @@ typedef struct { void (*StopCapture)(ALCdevice*); ALCenum (*CaptureSamples)(ALCdevice*, void*, ALCuint); ALCuint (*AvailableSamples)(ALCdevice*); - - ALint64 (*GetLatency)(ALCdevice*); } BackendFuncs; ALCboolean alc_solaris_init(BackendFuncs *func_list); @@ -762,8 +760,6 @@ void ALCcontext_DecRef(ALCcontext *context); void AppendAllDevicesList(const ALCchar *name); void AppendCaptureDeviceList(const ALCchar *name); -ALint64 ALCdevice_GetLatencyDefault(ALCdevice *device); - void ALCdevice_Lock(ALCdevice *device); void ALCdevice_Unlock(ALCdevice *device); ALint64 ALCdevice_GetLatency(ALCdevice *device); -- cgit v1.2.3