diff options
author | Chris Robinson <[email protected]> | 2024-01-03 19:46:59 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2024-01-03 19:46:59 -0800 |
commit | 744bd1e289502f3ab413a4026f3dc9a6b6e07a72 (patch) | |
tree | 9f1005bfec1194a9fbd23d58193e2d11310b1e1d /al | |
parent | 8c80f29e242dee18cb914d3cdb396bd96e935547 (diff) |
Avoid redundant definitions
Diffstat (limited to 'al')
-rw-r--r-- | al/source.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/al/source.cpp b/al/source.cpp index 27144389..b3af9428 100644 --- a/al/source.cpp +++ b/al/source.cpp @@ -3648,9 +3648,6 @@ SourceSubList::~SourceSubList() #ifdef ALSOFT_EAX -constexpr const ALsource::EaxFxSlotIds ALsource::eax4_fx_slot_ids; -constexpr const ALsource::EaxFxSlotIds ALsource::eax5_fx_slot_ids; - void ALsource::eaxInitialize(ALCcontext *context) noexcept { assert(context != nullptr); |