Remove obsolete variables that came with VMware svga by mistake.
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 3 May 2007 10:13:54 +0000 (10:13 +0000)
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 3 May 2007 10:13:54 +0000 (10:13 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2769 c046a42c-6fe2-441c-8c8c-71466251a162

vl.c

diff --git a/vl.c b/vl.c
index f4be194..2a864ba 100644 (file)
--- 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;