aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/backends/base.cpp')
-rw-r--r--alc/backends/base.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/alc/backends/base.cpp b/alc/backends/base.cpp
index f79f2063..3a05cb2b 100644
--- a/alc/backends/base.cpp
+++ b/alc/backends/base.cpp
@@ -24,11 +24,6 @@ ClockLatency GetClockLatency(ALCdevice *device)
/* BackendBase method implementations. */
-BackendBase::BackendBase(ALCdevice *device) noexcept : mDevice{device}
-{ }
-
-BackendBase::~BackendBase() = default;
-
bool BackendBase::reset()
{ throw al::backend_exception{ALC_INVALID_DEVICE, "Invalid BackendBase call"}; }