diff options
Diffstat (limited to 'Alc/alcontext.h')
-rw-r--r-- | Alc/alcontext.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Alc/alcontext.h b/Alc/alcontext.h index 1887e341..0e3b864e 100644 --- a/Alc/alcontext.h +++ b/Alc/alcontext.h @@ -136,8 +136,6 @@ struct ALCcontext { ALCdevice *const Device; const ALCchar *ExtensionList{nullptr}; - std::atomic<ALCcontext*> next{nullptr}; - ALlistener Listener{}; |