From af6ce8e0d97f0821f13060849215e9804282f3a9 Mon Sep 17 00:00:00 2001
From: Chris Robinson <chris.kcat@gmail.com>
Date: Mon, 21 Feb 2022 20:09:11 -0800
Subject: Remove unused dirty flags

---
 al/effects/reverb.cpp | 13 -------------
 1 file changed, 13 deletions(-)

(limited to 'al/effects/reverb.cpp')

diff --git a/al/effects/reverb.cpp b/al/effects/reverb.cpp
index ac0cf17c..46fa0256 100644
--- a/al/effects/reverb.cpp
+++ b/al/effects/reverb.cpp
@@ -600,18 +600,6 @@ struct EaxReverbEffectDirtyFlags
     EaxReverbEffectDirtyFlagsValue ulFlags : 1;
 }; // EaxReverbEffectDirtyFlags
 
-using Eax1ReverbEffectDirtyFlagsValue = std::uint_least8_t;
-
-struct Eax1ReverbEffectDirtyFlags
-{
-    using EaxIsBitFieldStruct = bool;
-
-    EaxReverbEffectDirtyFlagsValue environment : 1;
-    EaxReverbEffectDirtyFlagsValue volume : 1;
-    EaxReverbEffectDirtyFlagsValue decay_time : 1;
-    EaxReverbEffectDirtyFlagsValue damping : 1;
-}; // Eax1ReverbEffectDirtyFlags
-
 class EaxReverbEffect final :
     public EaxEffect
 {
@@ -626,7 +614,6 @@ private:
     EAX_REVERBPROPERTIES eax1_{};
     EAXREVERBPROPERTIES eax_{};
     EAXREVERBPROPERTIES eax_d_{};
-    Eax1ReverbEffectDirtyFlags eax1_dirty_flags_{};
     EaxReverbEffectDirtyFlags eax_dirty_flags_{};
 
     [[noreturn]] static void eax_fail(const char* message);
-- 
cgit v1.2.3