ui/gtk: remove unused variable ignore_keys
commitfd7c1bea17e4aaea45c00b37b7a2af5dd72b17f8
authorVolker Rümelin <vr_qemu@t-online.de>
Sat, 16 May 2020 07:20:08 +0000 (16 09:20 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 19 May 2020 07:06:44 +0000 (19 09:06 +0200)
tree8a45c3bc388f1c75caf44222c00810846da07468
parent9ef99eccb10002d785279d1fd1dc5b0f4c295bef
ui/gtk: remove unused variable ignore_keys

Since the removal of GTK2 code in commit 89d85cde75 the code
around ignore_keys is unused. See commit 1a01716a30 "gtk: Avoid
accel key leakage into guest on console switch" why it was only
needed for GTK2.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Message-id: 20200516072014.7766-5-vr_qemu@t-online.de
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/gtk.c