From 61f7e7716c6743b16051d8c3ea4cea3b27d0197b Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 14 Apr 2019 02:16:42 -0700 Subject: 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. --- Alc/backends/opensl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Alc/backends/opensl.h') diff --git a/Alc/backends/opensl.h b/Alc/backends/opensl.h index cf694f01..809aa339 100644 --- a/Alc/backends/opensl.h +++ b/Alc/backends/opensl.h @@ -6,7 +6,6 @@ struct OSLBackendFactory final : public BackendFactory { public: bool init() override; - /*void deinit() override;*/ bool querySupport(BackendType type) override; -- cgit v1.2.3