diff options
-rw-r--r-- | engines/supernova/supernova.cpp | 4 | ||||
-rw-r--r-- | engines/supernova/supernova.h | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/engines/supernova/supernova.cpp b/engines/supernova/supernova.cpp index 99bf77c653..035238b3ac 100644 --- a/engines/supernova/supernova.cpp +++ b/engines/supernova/supernova.cpp @@ -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); } diff --git a/engines/supernova/supernova.h b/engines/supernova/supernova.h index 8fe8765f7f..132e25deeb 100644 --- a/engines/supernova/supernova.h +++ b/engines/supernova/supernova.h @@ -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); |