Re: [PATCH 3/3] ui: Remove deprecated options "-sdl" and "-curses"

2022-05-12 Thread Daniel P . Berrangé
On Wed, May 11, 2022 at 07:51:47PM +0200, Thomas Huth wrote: > We have "-sdl" and "-curses", but no "-gtk" and no "-cocoa" ... > these old-style options are rather confusing than helpful nowadays. > Now that the deprecation period is over, let's remove them, so we > get a cleaner interface (where "

[PATCH 3/3] ui: Remove deprecated options "-sdl" and "-curses"

2022-05-11 Thread Thomas Huth
We have "-sdl" and "-curses", but no "-gtk" and no "-cocoa" ... these old-style options are rather confusing than helpful nowadays. Now that the deprecation period is over, let's remove them, so we get a cleaner interface (where "-display" is the only way to select the user interface). Signed-off-