From 17750bd5d2c63d29d65bd0cb386332ec2e2030d5 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 7 Jun 2013 15:00:33 -0700 Subject: [PATCH] remove ShareAudioFactors struct from audio-mixer --- audio-mixer/src/main.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/audio-mixer/src/main.cpp b/audio-mixer/src/main.cpp index 7276a24594..718dae9757 100644 --- a/audio-mixer/src/main.cpp +++ b/audio-mixer/src/main.cpp @@ -70,11 +70,6 @@ void attachNewBufferToAgent(Agent *newAgent) { } } -struct SharedAudioFactors { - float distanceCoefficient; - float effectMix; -}; - int main(int argc, const char* argv[]) { setvbuf(stdout, NULL, _IOLBF, 0);