Re: [PATCH 05/10] ui/gtk: remove unused variable ignore_keys

2020-05-12 Thread Philippe Mathieu-Daudé
On 5/10/20 8:42 PM, Volker Rümelin wrote: Since the removal of GTK2 code "... in commit 89d85cde7 ..." the code around ignore_keys is unused. See commit 1a01716a30 "gtk: Avoid accel key leakage into guest on console switch" why it was needed before. Signed-off-by: Volker Rümelin With desc

[PATCH 05/10] ui/gtk: remove unused variable ignore_keys

2020-05-10 Thread Volker Rümelin
Since the removal of GTK2 code the code around ignore_keys is unused. See commit 1a01716a30 "gtk: Avoid accel key leakage into guest on console switch" why it was needed before. Signed-off-by: Volker Rümelin --- ui/gtk.c | 9 - 1 file changed, 9 deletions(-) diff --git a/ui/gtk.c b/ui/g