aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alu.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/alu.h')
-rw-r--r--alc/alu.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/alc/alu.h b/alc/alu.h
index a36c59cc..1d4126be 100644
--- a/alc/alu.h
+++ b/alc/alu.h
@@ -153,11 +153,6 @@ auto SetAmbiPanIdentity(T iter, I count, F func) -> std::enable_if_t<std::is_int
}
-void aluMixData(ALCdevice *device, void *OutBuffer, const ALuint NumSamples,
- const size_t FrameStep);
-/* Caller must lock the device state, and the mixer must not be running. */
-[[gnu::format(printf,2,3)]] void aluHandleDisconnect(ALCdevice *device, const char *msg, ...);
-
extern const float ConeScale;
extern const float ZScale;