diff options
Diffstat (limited to 'Alc/backends/base.h')
-rw-r--r-- | Alc/backends/base.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Alc/backends/base.h b/Alc/backends/base.h index 0b3b24fb..81424bef 100644 --- a/Alc/backends/base.h +++ b/Alc/backends/base.h @@ -27,9 +27,6 @@ inline std::chrono::nanoseconds GetDeviceClockTime(ALCdevice *device) return device->ClockBase + ns; } -void ALCdevice_Lock(ALCdevice *device); -void ALCdevice_Unlock(ALCdevice *device); - ClockLatency GetClockLatency(ALCdevice *device); struct BackendBase { |