aboutsummaryrefslogtreecommitdiffstats
path: root/al/auxeffectslot.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-12-28 08:37:49 -0800
committerChris Robinson <[email protected]>2020-12-28 08:37:49 -0800
commit96942d7968db88f8462e9fd49e6db3e36804c1bd (patch)
treefad1c215888bbde78d87f04b596b3394216d0ac8 /al/auxeffectslot.h
parentaae115c35a2b1899cfcaf443aa9a6da9b7647258 (diff)
Combine multiple functions into one
Diffstat (limited to 'al/auxeffectslot.h')
-rw-r--r--al/auxeffectslot.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h
index 85239cc1..c1c9703f 100644
--- a/al/auxeffectslot.h
+++ b/al/auxeffectslot.h
@@ -51,12 +51,11 @@ struct ALeffectslot {
/* Self ID */
ALuint id{};
- ALeffectslot() { PropsClean.test_and_set(std::memory_order_relaxed); }
+ ALeffectslot();
ALeffectslot(const ALeffectslot&) = delete;
ALeffectslot& operator=(const ALeffectslot&) = delete;
~ALeffectslot();
- ALenum init();
ALenum initEffect(ALeffect *effect, ALCcontext *context);
void updateProps(ALCcontext *context);