From f7cf7945ab309508bbf4dfbcf5e47edc7212f928 Mon Sep 17 00:00:00 2001 From: balrog Date: Thu, 3 May 2007 10:13:54 +0000 Subject: 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 --- vl.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vl.c b/vl.c index f4be194..2a864ba 100644 --- a/vl.c +++ b/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; -- cgit v1.1