mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
PINK: removed unnecessary method call
This commit is contained in:
parent
6f128e9146
commit
52df3e15f8
@ -76,8 +76,6 @@ void ActionSound::end() {
|
||||
Director *director = _actor->getPage()->getGame()->getDirector();
|
||||
director->removeSound(this);
|
||||
|
||||
_sound->stop();
|
||||
|
||||
delete _sound;
|
||||
_sound = nullptr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user