diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp index 49b36c312a..94f5617f16 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -118,7 +118,6 @@ static bool launcherDialog(OSystem &system) { // Set the user specified graphics mode (if any). system.setGraphicsMode(ConfMan.get("gfx_mode").c_str()); - // Make GUI 640 x 400 system.initSize(320, 200); system.endGFXTransaction(); |