mirror of https://gitee.com/openkylin/qemu.git
Remove obsolete variables that came with VMware svga by mistake.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2769 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
1f72aae5f3
commit
f7cf7945ab
4
vl.c
4
vl.c
|
@ -564,10 +564,6 @@ int kbd_mouse_is_absolute(void)
|
|||
return qemu_put_mouse_event_current->qemu_put_mouse_event_absolute;
|
||||
}
|
||||
|
||||
void (*kbd_mouse_set)(int x, int y, int on) = NULL;
|
||||
void (*kbd_cursor_define)(int width, int height, int bpp, int hot_x, int hot_y,
|
||||
uint8_t *image, uint8_t *mask) = NULL;
|
||||
|
||||
void do_info_mice(void)
|
||||
{
|
||||
QEMUPutMouseEntry *cursor;
|
||||
|
|
Loading…
Reference in New Issue