From 96942d7968db88f8462e9fd49e6db3e36804c1bd Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 28 Dec 2020 08:37:49 -0800 Subject: Combine multiple functions into one --- al/auxeffectslot.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'al/auxeffectslot.h') 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); -- cgit v1.2.3