aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-09-08 06:59:58 -0700
committerChris Robinson <[email protected]>2014-09-08 06:59:58 -0700
commita234fc11e580ac851bdfabc8711546209c1c11a1 (patch)
tree881c23dcc50ee74b6fda39a516ae08bb22fcd001 /OpenAL32
parent9dacd89a02e94e6d15feac53a9184c0eecd6d06f (diff)
Remove the GetLatency method from the old BackendFuncs
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h4
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);