mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 16:30:39 +02:00
remove unused code
This commit is contained in:
parent
3c8c87cff5
commit
59c586bc5d
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ public:
|
||||||
static AudioInjectorPointer playSound(SharedSoundPointer sound, const float volume,
|
static AudioInjectorPointer playSound(SharedSoundPointer sound, const float volume,
|
||||||
const float stretchFactor, const glm::vec3 position);
|
const float stretchFactor, const glm::vec3 position);
|
||||||
|
|
||||||
QWeakPointer<AudioInjector> weakRef() const { return _self; }
|
|
||||||
AudioInjectorPointer getThisPointer();
|
AudioInjectorPointer getThisPointer();
|
||||||
void setThisPointer(AudioInjectorPointer self);
|
void setThisPointer(AudioInjectorPointer self);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue