From 167feb35c6c3c8cee494fd4cc642dd0c5446228f Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 11 Mar 2023 17:04:38 -0800 Subject: Remove an unused function --- al/eax/effect.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/al/eax/effect.h b/al/eax/effect.h index c90ccbe6..a0b4e71b 100644 --- a/al/eax/effect.h +++ b/al/eax/effect.h @@ -146,14 +146,6 @@ struct EaxCommitter { property = value; } - template - static void defer(const EaxCall& call, TProperties& properties, TProperty&) - { - const auto& value = call.get_value(); - TValidator{}(value); - TDeferrer{}(properties, value); - } - [[noreturn]] static void fail(const char *message); [[noreturn]] static void fail_unknown_property_id() { fail(EaxEffectErrorMessages::unknown_property_id()); } -- cgit v1.2.3