aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alBuffer.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-10-31 13:20:37 -0700
committerChris Robinson <[email protected]>2018-10-31 13:21:05 -0700
commit0e7986eaa826401b5ef80b033583eb9f24dbf813 (patch)
tree16e12ab2cfca1d50889cae272096770485765310 /OpenAL32/alBuffer.cpp
parent9dba90fa207cc5323c3f687bbb34d4adc3a0e3f6 (diff)
Move some extern inline declarations to C
Diffstat (limited to 'OpenAL32/alBuffer.cpp')
-rw-r--r--OpenAL32/alBuffer.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenAL32/alBuffer.cpp b/OpenAL32/alBuffer.cpp
index 25fe2d65..74f108e5 100644
--- a/OpenAL32/alBuffer.cpp
+++ b/OpenAL32/alBuffer.cpp
@@ -39,11 +39,6 @@
#include "sample_cvt.h"
-extern inline void LockBufferList(ALCdevice *device);
-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);
-
static ALbuffer *AllocBuffer(ALCcontext *context);
static void FreeBuffer(ALCdevice *device, ALbuffer *buffer);
static const ALchar *NameFromUserFmtType(enum UserFmtType type);