diff options
Diffstat (limited to 'alc/context.h')
-rw-r--r-- | alc/context.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/alc/context.h b/alc/context.h index d30ee360..f107835f 100644 --- a/alc/context.h +++ b/alc/context.h @@ -251,7 +251,6 @@ private: bool eax_is_initialized_{}; bool eax_is_tried_{}; - bool eax_are_legacy_fx_slots_unlocked_{}; long eax_last_error_{}; unsigned long eax_speaker_config_{}; @@ -305,9 +304,6 @@ private: void eax_initialize_sources(); - void eax_unlock_legacy_fx_slots(const EaxCall& call) noexcept; - - void eax_dispatch_fx_slot(const EaxCall& call); void eax_dispatch_source(const EaxCall& call); |