summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/runqemu1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index df4ee21d53..35053de368 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -1314,7 +1314,6 @@ class BaseConfig(object):
if self.gtk == True:
raise RunQemuError('Option nographic makes no sense alongside the gtk option.')
self.qemu_opt += ' -nographic'
- return
if self.novga == True:
self.qemu_opt += ' -vga none'