diff options
author | Michal Suchanek <hramrach@gmail.com> | 2012-04-24 18:43:31 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-05-14 13:17:26 +0100 |
commit | a4f87f885a55373a6daf56fd540e10c5f1db5a5c (patch) | |
tree | bca25ba07339b98ae6f25abea3928eba3b5f3c74 /hw/kdrive | |
parent | 369edd78769fa1a174e4091d0fa0722350df5d68 (diff) |
kdrive: Remove redundant declarations.
Signed-off-by: Michal Suchanek <hramrach@gmail.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'hw/kdrive')
-rw-r--r-- | hw/kdrive/src/kdrive.h | 3 | ||||
-rw-r--r-- | hw/kdrive/src/kinput.c | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/hw/kdrive/src/kdrive.h b/hw/kdrive/src/kdrive.h index 6c2f29309..293798aa0 100644 --- a/hw/kdrive/src/kdrive.h +++ b/hw/kdrive/src/kdrive.h @@ -552,9 +552,6 @@ void KdEnableInput(void); void - ProcessInputEvents(void); - -void KdRingBell(KdKeyboardInfo * ki, int volume, int pitch, int duration); /* kmode.c */ diff --git a/hw/kdrive/src/kinput.c b/hw/kdrive/src/kinput.c index e16fe78f2..66cdf675a 100644 --- a/hw/kdrive/src/kinput.c +++ b/hw/kdrive/src/kinput.c @@ -702,8 +702,6 @@ KdKbdCtrl(DeviceIntPtr pDevice, KeybdCtrl * ctrl) ki->bellDuration = ctrl->bell_duration; } -extern KeybdCtrl defaultKeyboardControl; - static int KdKeyboardProc(DeviceIntPtr pDevice, int onoff) { |