aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 6c963bf3..9002c1ee 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -1471,11 +1471,6 @@ enum HrtfRequestMode {
extern inline void LockContext(ALCcontext *context);
extern inline void UnlockContext(ALCcontext *context);
-ALint64 ALCdevice_GetLatency(ALCdevice *device)
-{
- return V0(device->Backend,getLatency)();
-}
-
void ALCdevice_Lock(ALCdevice *device)
{
V0(device->Backend,lock)();