diff options
Diffstat (limited to 'al/source.h')
-rw-r--r-- | al/source.h | 10 |
1 files changed, 0 insertions, 10 deletions
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, |