aboutsummaryrefslogtreecommitdiff
path: root/common/main.cpp
diff options
context:
space:
mode:
authorMax Horn2002-11-14 15:00:52 +0000
committerMax Horn2002-11-14 15:00:52 +0000
commit981cad2d0ed69666b31f423bd678aaa43521acf7 (patch)
treeb8c2676449657a9b26da70c74cdb7ce641564773 /common/main.cpp
parentbba16ed7756572db0d17c5f41aa2d61073a979fc (diff)
downloadscummvm-rg350-981cad2d0ed69666b31f423bd678aaa43521acf7.tar.gz
scummvm-rg350-981cad2d0ed69666b31f423bd678aaa43521acf7.tar.bz2
scummvm-rg350-981cad2d0ed69666b31f423bd678aaa43521acf7.zip
cleanup
svn-id: r5552
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);