diff options
author | Chris Robinson <[email protected]> | 2015-09-21 05:52:01 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-09-21 05:52:01 -0700 |
commit | a774408753bebd0a2acf3b0b7d6d24d6e2e43606 (patch) | |
tree | 37bc450d845d4ac71138f0bd1c3b928922851dae /Alc/ALc.c | |
parent | 5f5eebc4df536daef7f68d02f7a0c751c8dc0f79 (diff) |
Get rid of ALCdevice_GetLatency
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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)(); |