From 3fd5fab5663fbdce2fc0b5377155aedf9a70b6c2 Mon Sep 17 00:00:00 2001 From: Tiago Vignatti Date: Fri, 4 Jul 2008 02:51:42 -0300 Subject: [PATCH] Remove inexistent function headers. --- hw/xfree86/common/xf86Priv.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/xfree86/common/xf86Priv.h b/hw/xfree86/common/xf86Priv.h index 88b80be2b..a29f22c7f 100644 --- a/hw/xfree86/common/xf86Priv.h +++ b/hw/xfree86/common/xf86Priv.h @@ -163,8 +163,6 @@ void DoConfigure(void); /* xf86Events.c */ -void xf86PostKbdEvent(unsigned key); -void xf86PostMseEvent(DeviceIntPtr device, int buttons, int dx, int dy); void xf86Wakeup(pointer blockData, int err, pointer pReadmask); void xf86SigHandler(int signo); void xf86HandlePMEvents(int fd, pointer data);