aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2015-09-21 05:52:01 -0700
committerChris Robinson <[email protected]>2015-09-21 05:52:01 -0700
commita774408753bebd0a2acf3b0b7d6d24d6e2e43606 (patch)
tree37bc450d845d4ac71138f0bd1c3b928922851dae /Alc/ALc.c
parent5f5eebc4df536daef7f68d02f7a0c751c8dc0f79 (diff)
Get rid of ALCdevice_GetLatency
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)();