aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/backends')
-rw-r--r--Alc/backends/base.cpp (renamed from Alc/backends/base.c)5
1 files changed, 0 insertions, 5 deletions
diff --git a/Alc/backends/base.c b/Alc/backends/base.cpp
index 9d8614b1..8173f554 100644
--- a/Alc/backends/base.c
+++ b/Alc/backends/base.cpp
@@ -9,11 +9,6 @@
#include "backends/base.h"
-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);
-
/* Base ALCbackend method implementations. */
void ALCbackend_Construct(ALCbackend *self, ALCdevice *device)
{