From: Maciej Wolny Date: Thu, 10 May 2018 10:53:56 +0000 (+0100) Subject: qemu_command: Remove outdated comment X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9ac74d44a577ca3c0bf5f2daadf991d226a34ade;p=libvirt.git qemu_command: Remove outdated comment Signed-off-by: Maciej Wolny Reviewed-by: John Ferlan --- diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 69a13805a8..4e8c19ddf1 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -7630,9 +7630,6 @@ qemuBuildGraphicsSDLCommandLine(virQEMUDriverConfigPtr cfg ATTRIBUTE_UNUSED, virCommandAddEnvPassBlockSUID(cmd, "QEMU_AUDIO_DRV", NULL); virCommandAddEnvPassBlockSUID(cmd, "SDL_AUDIODRIVER", NULL); - /* New QEMU has this flag to let us explicitly ask for - * SDL graphics. This is better than relying on the - * default, since the default changes :-( */ virCommandAddArg(cmd, "-sdl"); return 0; }