]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
softmmu/vl: Remove obsolete comment about the "frame" parameter
authorThomas Huth <thuth@redhat.com>
Wed, 30 Jun 2021 16:32:28 +0000 (18:32 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 5 Jul 2021 17:20:46 +0000 (19:20 +0200)
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 <thuth@redhat.com>
Message-Id: <20210630163231.467987-2-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
softmmu/vl.c

index d99e2cbdbf70c06c73c78e5a171aa26b029663c7..cee63395805868e952e881642ffbf90adfdecdc5 100644 (file)
@@ -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.