From: Thomas Huth Date: Wed, 30 Jun 2021 16:32:28 +0000 (+0200) Subject: softmmu/vl: Remove obsolete comment about the "frame" parameter X-Git-Tag: v6.1.0-rc0~39^2~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f6b560bbc1b0120d7737c0efb53f691828d82faa;p=thirdparty%2Fqemu.git softmmu/vl: Remove obsolete comment about the "frame" parameter The frame parameter has been removed along with the support for SDL 1.2. Fixes: 09bd7ba9f5 ("Remove deprecated -no-frame option") Signed-off-by: Thomas Huth Message-Id: <20210630163231.467987-2-thuth@redhat.com> Signed-off-by: Paolo Bonzini --- diff --git a/softmmu/vl.c b/softmmu/vl.c index d99e2cbdbf7..cee63395805 100644 --- a/softmmu/vl.c +++ b/softmmu/vl.c @@ -1062,8 +1062,6 @@ static void parse_display(const char *p) * sdl DisplayType needs hand-crafted parser instead of * parse_display_qapi() due to some options not in * DisplayOptions, specifically: - * - frame - * Already deprecated. * - ctrl_grab + alt_grab * Not clear yet what happens to them long-term. Should * replaced by something better or deprecated and dropped.