From 1807e083c8a4579979748d062e7b54a19c3b76b9 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 7 Feb 2022 11:44:14 -0800 Subject: Avoid eax_al_source_i/f wrappers --- al/source.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'al/source.h') diff --git a/al/source.h b/al/source.h index 2fbb7b22..691de3a9 100644 --- a/al/source.h +++ b/al/source.h @@ -806,16 +806,6 @@ private: const EaxEaxCall& eax_call); - // `alSourcei` - void eax_al_source_i( - ALenum param, - ALint value); - - // `alSourcef` - void eax_al_source_f( - ALenum param, - ALfloat value); - // `alSource3i` void eax_al_source_3i( ALenum param, -- cgit v1.2.3