remove unused code

This commit is contained in:
Seth Alves 2017-07-11 16:58:19 -07:00
parent 3c8c87cff5
commit 59c586bc5d

View file

@ -79,7 +79,6 @@ public:
static AudioInjectorPointer playSound(SharedSoundPointer sound, const float volume,
const float stretchFactor, const glm::vec3 position);
QWeakPointer<AudioInjector> weakRef() const { return _self; }
AudioInjectorPointer getThisPointer();
void setThisPointer(AudioInjectorPointer self);