aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/sdl2.h
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/backends/sdl2.h')
-rw-r--r--Alc/backends/sdl2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/backends/sdl2.h b/Alc/backends/sdl2.h
index aefe1ef5..041d47ee 100644
--- a/Alc/backends/sdl2.h
+++ b/Alc/backends/sdl2.h
@@ -6,7 +6,6 @@
struct SDL2BackendFactory final : public BackendFactory {
public:
bool init() override;
- void deinit() override;
bool querySupport(BackendType type) override;