diff options
author | Chris Robinson <[email protected]> | 2014-09-08 06:59:58 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-09-08 06:59:58 -0700 |
commit | a234fc11e580ac851bdfabc8711546209c1c11a1 (patch) | |
tree | 881c23dcc50ee74b6fda39a516ae08bb22fcd001 /OpenAL32 | |
parent | 9dacd89a02e94e6d15feac53a9184c0eecd6d06f (diff) |
Remove the GetLatency method from the old BackendFuncs
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 4 |
1 files changed, 0 insertions, 4 deletions
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); |