diff options
author | Adam Jackson <ajax@redhat.com> | 2008-08-18 17:46:42 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-08-18 17:51:42 -0400 |
commit | 5e43cd28692bc05cac80f38b47104a26c0524385 (patch) | |
tree | 4879aa433022b00ef940e14bd23a35a0f7fe7e30 /hw/xfree86/common/xf86Priv.h | |
parent | cd1e8f26147919227e7624ac4c6b313d972a4d35 (diff) |
Remove the remainder of grab deactivation and closedown.
Diffstat (limited to 'hw/xfree86/common/xf86Priv.h')
-rw-r--r-- | hw/xfree86/common/xf86Priv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86Priv.h b/hw/xfree86/common/xf86Priv.h index cb4bae7cd..10350be01 100644 --- a/hw/xfree86/common/xf86Priv.h +++ b/hw/xfree86/common/xf86Priv.h @@ -164,7 +164,6 @@ void xf86SigHandler(int signo); void xf86HandlePMEvents(int fd, pointer data); extern int (*xf86PMGetEventFromOs)(int fd,pmEvent *events,int num); extern pmWait (*xf86PMConfirmEventToOs)(int fd,pmEvent event); -void xf86GrabServerCallback(CallbackListPtr *, pointer, pointer); /* xf86Helper.c */ void xf86LogInit(void); |