Commit f7cf7945ab309508bbf4dfbcf5e47edc7212f928

Authored by balrog
1 parent 1f72aae5

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
Showing 1 changed file with 0 additions and 4 deletions
... ... @@ -564,10 +564,6 @@ int kbd_mouse_is_absolute(void)
564 564 return qemu_put_mouse_event_current->qemu_put_mouse_event_absolute;
565 565 }
566 566  
567   -void (*kbd_mouse_set)(int x, int y, int on) = NULL;
568   -void (*kbd_cursor_define)(int width, int height, int bpp, int hot_x, int hot_y,
569   - uint8_t *image, uint8_t *mask) = NULL;
570   -
571 567 void do_info_mice(void)
572 568 {
573 569 QEMUPutMouseEntry *cursor;
... ...