summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86.h
diff options
context:
space:
mode:
authorTiago Vignatti <vignatti@c3sl.ufpr.br>2008-10-08 01:11:38 -0300
committerTiago Vignatti <vignatti@c3sl.ufpr.br>2008-10-08 01:11:38 -0300
commit50081d2dfb79878cb931a15c265f0d60698dfd39 (patch)
treea20dfac2fc538aef0422af1f991c455302871cdd /hw/xfree86/common/xf86.h
parent54294e15ecf4a8ec0fd9fa8b6ed1a1b2d912ec7e (diff)
xfree86: remove xf86{Enable, Disable}GeneralHandler and others unused.
Diffstat (limited to 'hw/xfree86/common/xf86.h')
-rw-r--r--hw/xfree86/common/xf86.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xfree86/common/xf86.h b/hw/xfree86/common/xf86.h
index fbbfc7352..84ea63345 100644
--- a/hw/xfree86/common/xf86.h
+++ b/hw/xfree86/common/xf86.h
@@ -195,8 +195,6 @@ void xf86DisableInputHandler(pointer handler);
void xf86EnableInputHandler(pointer handler);
pointer xf86AddGeneralHandler(int fd, InputHandlerProc proc, pointer data);
int xf86RemoveGeneralHandler(pointer handler);
-void xf86DisableGeneralHandler(pointer handler);
-void xf86EnableGeneralHandler(pointer handler);
void xf86InterceptSignals(int *signo);
void xf86InterceptSigIll(void (*sigillhandler)(void));
Bool xf86EnableVTSwitch(Bool new);