diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-01-31 12:36:10 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-02-12 13:25:17 +0100 |
commit | 9b6701290af7abc789e621d2aff527c75ffd82f1 (patch) | |
tree | 10be6f0860ab8228ec5ef4b7bb47b62bfcfe5299 /include/sysemu | |
parent | 9cfca0b937d2b947e6a821436180f7bcea208f66 (diff) |
ui: drop curor_hide global variable.
No users left.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Diffstat (limited to 'include/sysemu')
-rw-r--r-- | include/sysemu/sysemu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h index 6358a324a7..7956e9054a 100644 --- a/include/sysemu/sysemu.h +++ b/include/sysemu/sysemu.h @@ -41,7 +41,6 @@ extern const char *keyboard_layout; extern int win2k_install_hack; extern int alt_grab; extern int ctrl_grab; -extern int cursor_hide; extern int graphic_rotate; extern int no_shutdown; extern int old_param; |