summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Priv.h
diff options
context:
space:
mode:
authorTiago Vignatti <vignatti@c3sl.ufpr.br>2008-07-04 02:51:42 -0300
committerTiago Vignatti <vignatti@c3sl.ufpr.br>2008-07-04 02:51:42 -0300
commit3fd5fab5663fbdce2fc0b5377155aedf9a70b6c2 (patch)
tree7112604f3759080b5560694d499145c19284cdd9 /hw/xfree86/common/xf86Priv.h
parent0b9ef835a0fe900c121b84e43989591e58ab1126 (diff)
Remove inexistent function headers.
Diffstat (limited to 'hw/xfree86/common/xf86Priv.h')
-rw-r--r--hw/xfree86/common/xf86Priv.h2
1 files changed, 0 insertions, 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);