remove ShareAudioFactors struct from audio-mixer

This commit is contained in:
Stephen Birarda 2013-06-07 15:00:33 -07:00
parent fc27c2c7bb
commit 17750bd5d2

View file

@ -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);