diff options
Diffstat (limited to 'alc/device.h')
-rw-r--r-- | alc/device.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/alc/device.h b/alc/device.h index 5fba0eb5..09d072a1 100644 --- a/alc/device.h +++ b/alc/device.h @@ -83,8 +83,6 @@ struct ALCdevice : public al::intrusive_ref<ALCdevice>, DeviceBase { al::vector<std::string> mHrtfList; ALCenum mHrtfStatus{ALC_FALSE}; - ALCenum LimiterState{ALC_DONT_CARE_SOFT}; - std::atomic<ALCenum> LastError{ALC_NO_ERROR}; // Map of Buffers for this device |