aboutsummaryrefslogtreecommitdiff
path: root/ui/gtk.c
diff options
context:
space:
mode:
authorVolker Rümelin <vr_qemu@t-online.de>2020-05-16 09:20:07 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-05-19 09:06:44 +0200
commit9ef99eccb10002d785279d1fd1dc5b0f4c295bef (patch)
tree133a9666e2858f3e5cb1718b2aa47df89e1ba752 /ui/gtk.c
parent0c4b1a7dc597499814d6222da4c95cbf9de68ba6 (diff)
downloadqemu-9ef99eccb10002d785279d1fd1dc5b0f4c295bef.zip
qemu-9ef99eccb10002d785279d1fd1dc5b0f4c295bef.tar.gz
qemu-9ef99eccb10002d785279d1fd1dc5b0f4c295bef.tar.bz2
ui/gtk: remove unused code
This code was last used before commit 2ec78706d1 "ui: convert GTK and SDL1 frontends to keycodemapdb". Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Volker Rümelin <vr_qemu@t-online.de> Message-id: 20200516072014.7766-4-vr_qemu@t-online.de Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'ui/gtk.c')
-rw-r--r--ui/gtk.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/ui/gtk.c b/ui/gtk.c
index 655b26d..0e9503a 100644
--- a/ui/gtk.c
+++ b/ui/gtk.c
@@ -112,15 +112,6 @@
# define VTE_CHECK_VERSION(a, b, c) 0
#endif
-/* Some older mingw versions lack this constant or have
- * it conditionally defined */
-#ifdef _WIN32
-# ifndef MAPVK_VK_TO_VSC
-# define MAPVK_VK_TO_VSC 0
-# endif
-#endif
-
-
#define HOTKEY_MODIFIERS (GDK_CONTROL_MASK | GDK_MOD1_MASK)
static const guint16 *keycode_map;