diff options
Diffstat (limited to 'engines/supernova/supernova.cpp')
-rw-r--r-- | engines/supernova/supernova.cpp | 4 |
1 files changed, 0 insertions, 4 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); } |