aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/hires2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/hires2.cpp')
-rw-r--r--engines/adl/hires2.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/adl/hires2.cpp b/engines/adl/hires2.cpp
index 5a4e0e5fd6..943d7a6894 100644
--- a/engines/adl/hires2.cpp
+++ b/engines/adl/hires2.cpp
@@ -187,12 +187,6 @@ void HiRes2Engine::initState() {
}
}
-void HiRes2Engine::restartGame() {
- _display->printString(_strings.pressReturn);
- initState();
- _display->printAsciiString(_strings.lineFeeds);
-}
-
Engine *HiRes2Engine_create(OSystem *syst, const AdlGameDescription *gd) {
return new HiRes2Engine(syst, gd);
}