aboutsummaryrefslogtreecommitdiff
path: root/common/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/main.cpp')
-rw-r--r--common/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/main.cpp b/common/main.cpp
index 1df412a552..331d48e827 100644
--- a/common/main.cpp
+++ b/common/main.cpp
@@ -180,7 +180,6 @@ int main(int argc, char *argv[])
prop.caption = "ScummVM";
system->property(OSystem::PROP_SET_WINDOW_CAPTION, &prop);
-
// Create the GUI manager
g_gui = new NewGui(system);