aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-11-13 19:45:26 -0800
committerChris Robinson <[email protected]>2018-11-13 19:45:26 -0800
commit5867c7b8c213aa47659e7c6e6cafddc643d9ea76 (patch)
tree2185d70f40a593ec9ebf39eeadf03f539bd71514 /Alc/ALc.c
parent7088f4e34a8557f2c73ee6635b3c7bf4ec958c63 (diff)
Don't bother inlining some functions
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index cc51a3d7..79bf2cce 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -1590,9 +1590,6 @@ extern inline ALsizei FrameSizeFromUserFmt(enum UserFmtChannels chans, enum User
extern inline ALsizei FrameSizeFromFmt(enum FmtChannels chans, enum FmtType type);
extern inline ALuint64 GetDeviceClockTime(ALCdevice *device);
-extern inline void ALCdevice_Lock(ALCdevice *device);
-extern inline void ALCdevice_Unlock(ALCdevice *device);
-extern inline ClockLatency GetClockLatency(ALCdevice *device);
extern inline void alstr_reset(al_string *str);
extern inline size_t alstr_length(const_al_string str);