mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 03:10:22 +00:00
SUPERNOVA: Removes stopAudio()
This commit is contained in:
parent
32877639d7
commit
07f5f34d42
@ -318,10 +318,6 @@ void SupernovaEngine::playSound(AudioIndex sample) {
|
||||
_sound->play(sample);
|
||||
}
|
||||
|
||||
void SupernovaEngine::stopAudio() {
|
||||
_sound->stop();
|
||||
}
|
||||
|
||||
void SupernovaEngine::playSound(MusicIndex index) {
|
||||
_sound->play(index);
|
||||
}
|
||||
|
@ -137,7 +137,6 @@ public:
|
||||
void paletteBrightness();
|
||||
void playSound(AudioIndex sample);
|
||||
void playSound(MusicIndex index);
|
||||
void stopAudio();
|
||||
void renderImageSection(int section);
|
||||
void renderImage(int section);
|
||||
bool setCurrentImage(int filenumber);
|
||||
|
Loading…
Reference in New Issue
Block a user