aboutsummaryrefslogtreecommitdiffstats
path: root/alc/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/context.h')
-rw-r--r--alc/context.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/alc/context.h b/alc/context.h
index b964d813..331b21b0 100644
--- a/alc/context.h
+++ b/alc/context.h
@@ -20,8 +20,6 @@
#include "vector.h"
#ifdef ALSOFT_EAX
-#include "al/filter.h"
-
#include "al/eax_eax_call.h"
#include "al/eax_fx_slot_index.h"
#include "al/eax_fx_slots.h"
@@ -213,9 +211,6 @@ public:
void eax_uninitialize() noexcept;
- void eax_initialize_source(
- ALsource& al_source) noexcept;
-
ALenum eax_eax_set(
const GUID* property_set_id,
@@ -336,7 +331,6 @@ private:
EaxContextSharedDirtyFlags eax_context_shared_dirty_flags_{};
- EaxAlFilterUPtr eax_al_filter_{};
Eax eax_{};
Eax eax_d_{};
EAXSESSIONPROPERTIES eax_session_{};
@@ -383,8 +377,6 @@ private:
void eax_set_defaults() noexcept;
- void eax_initialize_filter();
-
void eax_initialize_sources();