aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/inldefs.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-11-15 04:28:47 -0800
committerChris Robinson <[email protected]>2018-11-15 04:28:47 -0800
commit17161131e5f3309d6b2f27834102d3ca83b67afc (patch)
tree172fcba2c4125bee42c4c0df5440f5e7b43d4dd7 /Alc/inldefs.c
parent1971d0f5c6c94b250f4b3e29bdfa95c836f900bc (diff)
Remove an unused extern inline
Diffstat (limited to 'Alc/inldefs.c')
-rw-r--r--Alc/inldefs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Alc/inldefs.c b/Alc/inldefs.c
index dd66da13..451c3bcc 100644
--- a/Alc/inldefs.c
+++ b/Alc/inldefs.c
@@ -30,8 +30,6 @@ extern inline void UnlockBufferList(ALCdevice *device);
extern inline ALsizei FrameSizeFromUserFmt(enum UserFmtChannels chans, enum UserFmtType type);
extern inline ALsizei FrameSizeFromFmt(enum FmtChannels chans, enum FmtType type);
-extern inline ALuint64 GetDeviceClockTime(ALCdevice *device);
-
extern inline void alstr_reset(al_string *str);
extern inline size_t alstr_length(const_al_string str);