From b4d56d3fdff4243ae2a3fc64934ced2af3187690 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 28 Jul 2019 17:15:34 -0700 Subject: Remove the UNUSED macro --- Alc/effects/autowah.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Alc/effects/autowah.cpp') diff --git a/Alc/effects/autowah.cpp b/Alc/effects/autowah.cpp index f1160804..8545de1f 100644 --- a/Alc/effects/autowah.cpp +++ b/Alc/effects/autowah.cpp @@ -77,7 +77,7 @@ struct ALautowahState final : public EffectState { DEF_NEWDEL(ALautowahState) }; -ALboolean ALautowahState::deviceUpdate(const ALCdevice *UNUSED(device)) +ALboolean ALautowahState::deviceUpdate(const ALCdevice*) { /* (Re-)initializing parameters and clear the buffers. */ -- cgit v1.2.3