aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/sndio.h
diff options
context:
space:
mode:
authorChris Robinson <chris.kcat@gmail.com>2019-04-14 02:16:42 -0700
committerChris Robinson <chris.kcat@gmail.com>2019-04-14 04:05:07 -0700
commit61f7e7716c6743b16051d8c3ea4cea3b27d0197b (patch)
tree61b486a606cb2e3bac66b274fed8c75dbfad1d0a /Alc/backends/sndio.h
parent7f526780994f44793fe56a426c01fcebfb64a75a (diff)
Remove the backend factory deinit method
It was never actually called anywhere, and there's no safe place where it can be called. It's probably better to let the individual backends worry about cleaning themselves up anyway.
Diffstat (limited to 'Alc/backends/sndio.h')
-rw-r--r--Alc/backends/sndio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/backends/sndio.h b/Alc/backends/sndio.h
index 5cd4ff8a..1ed63d5e 100644
--- a/Alc/backends/sndio.h
+++ b/Alc/backends/sndio.h
@@ -6,7 +6,6 @@
struct SndIOBackendFactory final : public BackendFactory {
public:
bool init() override;
- /*void deinit() override;*/
bool querySupport(BackendType type) override;