aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alu.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/alu.h')
-rw-r--r--alc/alu.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/alc/alu.h b/alc/alu.h
index 3ca0c6b6..67c7c410 100644
--- a/alc/alu.h
+++ b/alc/alu.h
@@ -1,21 +1,13 @@
#ifndef ALU_H
#define ALU_H
-#include <string>
-
-#include "aloptional.h"
-
struct ALCcontext;
struct ALCdevice;
struct EffectSlot;
-#define MAX_SENDS 6
-
-
constexpr float GainMixMax{1000.0f}; /* +60dB */
-constexpr float SpeedOfSoundMetersPerSec{343.3f};
constexpr float AirAbsorbGainHF{0.99426f}; /* -0.05dB */
@@ -27,8 +19,6 @@ enum HrtfRequestMode {
void aluInit(void);
-void aluInitMixer(al::optional<std::string> resampler);
-
/* aluInitRenderer
*
* Set up the appropriate panning method and mixing method given the device