mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-08 19:00:57 +00:00
SUPERNOVA: Removes renderImageSection() from SupernovaEngine
This function is never called by itself. It is a helper function for renderImage().
This commit is contained in:
parent
2a170fb929
commit
a4ac8895da
@ -246,10 +246,6 @@ void SupernovaEngine::playSound(MusicId index) {
|
||||
_sound->play(index);
|
||||
}
|
||||
|
||||
void SupernovaEngine::renderImageSection(int section) {
|
||||
_screen->renderImageSection(section);
|
||||
}
|
||||
|
||||
void SupernovaEngine::renderImage(int section) {
|
||||
_screen->renderImage(section);
|
||||
}
|
||||
|
@ -96,7 +96,6 @@ public:
|
||||
void paletteFadeOut();
|
||||
void paletteBrightness();
|
||||
void renderImage(int section);
|
||||
void renderImageSection(int section);
|
||||
bool setCurrentImage(int filenumber);
|
||||
void saveScreen(int x, int y, int width, int height);
|
||||
void saveScreen(const GuiElement &guiElement);
|
||||
|
Loading…
Reference in New Issue
Block a user