diff options
Diffstat (limited to 'alc/context.h')
-rw-r--r-- | alc/context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/alc/context.h b/alc/context.h index 86ef140d..e27d10d3 100644 --- a/alc/context.h +++ b/alc/context.h @@ -203,7 +203,6 @@ public: static ALeffect sDefaultEffect; #ifdef ALSOFT_EAX -public: bool hasEax() const noexcept { return mEaxIsInitialized; } bool eaxIsCapable() const noexcept; |