summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/hw/xfree86/input/citron
diff options
context:
space:
mode:
Diffstat (limited to 'xc/programs/Xserver/hw/xfree86/input/citron')
-rw-r--r--xc/programs/Xserver/hw/xfree86/input/citron/citron.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/input/citron/citron.c b/xc/programs/Xserver/hw/xfree86/input/citron/citron.c
index 517c87500..5fb55c3e4 100644
--- a/xc/programs/Xserver/hw/xfree86/input/citron/citron.c
+++ b/xc/programs/Xserver/hw/xfree86/input/citron/citron.c
@@ -25,7 +25,7 @@
*
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/input/citron/citron.c,v 1.4 2000/11/03 13:13:31 tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/input/citron/citron.c,v 1.5 2000/11/21 23:10:37 tsi Exp $ */
/*
* Based, in part, on code with the following copyright notice:
@@ -120,19 +120,13 @@ char version[]="Touch Driver V2.04 (c) 1999-2000 Citron GmbH";
#define NEED_XF86_TYPES
/*#include <xf86Version.h>*/
#include <xf86_ansic.h>
-/* #define XF86_OS_PRIVS for xf86SoundKbdBell */
#include <xf86_OSproc.h>
#include <xf86Optrec.h>
#include <xf86Xinput.h>
#include <xisb.h>
-#include <exevents.h> /* Needed for InitValuator/Proximity stuff*/
+#include <exevents.h> /* Needed for InitValuator/Proximity stuff*/
-/* I have to explicit declare this function, because I get an error if I compile */
-/* with "#define XF86_OS_PRIVS". I also have to put a "SYMVAR(xf86SoundKbdBell)" */
-/* statement into the "/loader/xf86sym.c file" to be able to access this function (PK) */
-extern void xf86SoundKbdBell(int loudness, int pitch, int duration);
-
/* #define CI_TIM */ /* Enable timer */
#define CIT_BEEP /* enable beep feature */