summaryrefslogtreecommitdiff
path: root/include/input.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-30 16:47:13 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-30 16:47:13 +0000
commit5fd7f82390d78621a8aad959eb216b8fb7e1a97f (patch)
treec3fa80365a29d6da9aa6b17cf7261f5ca7c908f6 /include/input.h
parent77836ebda2a47e04c56c5842f62fab5992909712 (diff)
xfree86 merge
Diffstat (limited to 'include/input.h')
-rw-r--r--include/input.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/input.h b/include/input.h
index 659b60bfe..acf3bca1a 100644
--- a/include/input.h
+++ b/include/input.h
@@ -160,16 +160,6 @@ extern DeviceIntPtr _AddInputDevice(
DeviceProc /*deviceProc*/,
Bool /*autoStart*/);
-#define AddInputDevice(deviceProc, autoStart) \
- _AddInputDevice(deviceProc, autoStart)
-
-extern DeviceIntPtr _AddInputDevice(
-#if NeedFunctionPrototypes
- DeviceProc /*deviceProc*/,
- Bool /*autoStart*/
-#endif
-);
-
extern Bool EnableDevice(
DeviceIntPtr /*device*/);