diff options
author | Chris Robinson <[email protected]> | 2018-12-29 14:00:34 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-12-29 14:00:34 -0800 |
commit | 24e763f2a12fda79ff4ff87b46d8cfad15dc9b9e (patch) | |
tree | 1560f247659a768ef9ebb54393e4c26ae61b698a /Alc/backends/base.h | |
parent | bdf7c16cfbdeadf3cfd2d4ae969a2b96ad21dbc3 (diff) |
Get rid of ALCdevice_Lock/Unlock
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 { |