aboutsummaryrefslogtreecommitdiffstats
path: root/al/source.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-02-07 11:44:14 -0800
committerChris Robinson <[email protected]>2022-02-07 11:44:14 -0800
commit1807e083c8a4579979748d062e7b54a19c3b76b9 (patch)
treeaf61fa2eb6f6166a9d3f78972cec9d1f1d222aa5 /al/source.h
parent0c507b5c621993206d94fc3776174eb96823f265 (diff)
Avoid eax_al_source_i/f wrappers
Diffstat (limited to 'al/source.h')
-rw-r--r--al/source.h10
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,