From f29510ceb09784bd10a5a72ce1368b73a8069e6c Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 12 Mar 2013 10:24:02 -0700 Subject: [PATCH] remove setSourcePosition that re-appeared on merge --- interface/src/Audio.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface/src/Audio.h b/interface/src/Audio.h index e4760c4f6f..cee2fb07e3 100644 --- a/interface/src/Audio.h +++ b/interface/src/Audio.h @@ -29,8 +29,6 @@ public: void getInputLoudness(float * lastLoudness, float * averageLoudness); void updateMixerParams(in_addr_t mixerAddress, in_port_t mixerPort); - void setSourcePosition(glm::vec3 position); - // terminates audio I/O bool terminate(); private: