aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alMain.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 105cc2f5..4fefe89a 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -465,8 +465,6 @@ struct ALCdevice {
std::mutex StateLock;
std::unique_ptr<BackendBase> Backend;
- std::atomic<ALCdevice*> next{nullptr};
-
ALCdevice(DeviceType type);
ALCdevice(const ALCdevice&) = delete;