diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/runqemu | 1 |
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): | |||
| 1314 | if self.gtk == True: | 1314 | if self.gtk == True: |
| 1315 | raise RunQemuError('Option nographic makes no sense alongside the gtk option.') | 1315 | raise RunQemuError('Option nographic makes no sense alongside the gtk option.') |
| 1316 | self.qemu_opt += ' -nographic' | 1316 | self.qemu_opt += ' -nographic' |
| 1317 | return | ||
| 1318 | 1317 | ||
| 1319 | if self.novga == True: | 1318 | if self.novga == True: |
| 1320 | self.qemu_opt += ' -vga none' | 1319 | self.qemu_opt += ' -vga none' |
