aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/base.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-12-29 14:00:34 -0800
committerChris Robinson <[email protected]>2018-12-29 14:00:34 -0800
commit24e763f2a12fda79ff4ff87b46d8cfad15dc9b9e (patch)
tree1560f247659a768ef9ebb54393e4c26ae61b698a /Alc/backends/base.h
parentbdf7c16cfbdeadf3cfd2d4ae969a2b96ad21dbc3 (diff)
Get rid of ALCdevice_Lock/Unlock
Diffstat (limited to 'Alc/backends/base.h')
-rw-r--r--Alc/backends/base.h3
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 {