summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandr Shadchin <alexandr.shadchin@gmail.com>2011-01-08 17:09:10 +0500
committerPeter Hutterer <peter.hutterer@who-t.net>2011-01-10 10:07:06 +1000
commit849f5092efd770cf169ce9950e9dbb0bccbf9017 (patch)
tree84d16b58e98ec3473db4fa000a87633a33ab4e84
parentdd9ed7921ccffff9cacb6dc128b3f426f9312535 (diff)
downloadxorg-driver-xf86-input-keyboard-849f5092efd770cf169ce9950e9dbb0bccbf9017.tar.gz
Removing unused bell_pitch and bell_duration
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--src/xf86OSKbd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xf86OSKbd.h b/src/xf86OSKbd.h
index 5e90134..cba049f 100644
--- a/src/xf86OSKbd.h
+++ b/src/xf86OSKbd.h
@@ -65,8 +65,6 @@ typedef struct {
OpenKeyboardProc OpenKeyboard;
PostEventProc PostEvent;
- int bell_pitch;
- int bell_duration;
unsigned long leds;
unsigned long xledsMask;
unsigned long keyLeds;