diff options
author | Chris Robinson <[email protected]> | 2018-11-13 19:45:26 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-13 19:45:26 -0800 |
commit | 5867c7b8c213aa47659e7c6e6cafddc643d9ea76 (patch) | |
tree | 2185d70f40a593ec9ebf39eeadf03f539bd71514 /Alc/ALc.c | |
parent | 7088f4e34a8557f2c73ee6635b3c7bf4ec958c63 (diff) |
Don't bother inlining some functions
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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); |