aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/display.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/display.cpp')
-rw-r--r--engines/adl/display.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/adl/display.cpp b/engines/adl/display.cpp
index b7f6eb9923..858d3ac20b 100644
--- a/engines/adl/display.cpp
+++ b/engines/adl/display.cpp
@@ -109,8 +109,6 @@ Display::Display() :
_cursorPos(0),
_showCursor(false) {
- initGraphics(DISPLAY_WIDTH * 2, DISPLAY_HEIGHT * 2, true);
-
_monochrome = !ConfMan.getBool("color");
_scanlines = ConfMan.getBool("scanlines");