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:
balrog 2007-05-03 10:13:54 +00:00
parent 1f72aae5f3
commit f7cf7945ab
1 changed files with 0 additions and 4 deletions

4
vl.c
View File

@ -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;