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 /vl.c | |
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 'vl.c')
-rw-r--r-- | vl.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -168,7 +168,6 @@ int no_hpet = 0; int fd_bootchk = 1; static int no_reboot; int no_shutdown = 0; -int cursor_hide = 1; int graphic_rotate = 0; const char *watchdog; QEMUOptionRom option_rom[MAX_OPTION_ROMS]; @@ -3563,7 +3562,6 @@ int main(int argc, char **argv, char **envp) no_shutdown = 1; break; case QEMU_OPTION_show_cursor: - cursor_hide = 0; dpy.has_show_cursor = true; dpy.show_cursor = true; break; |