summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-08-19 10:20:47 -0400
committerAdam Jackson <ajax@redhat.com>2008-08-19 10:20:47 -0400
commit574442b906fa8ff600d2fd32fdb2bf953b3bb5fa (patch)
tree9ce0321c8067cb6979d1945d2067595e2d84414d
parent80b04aa649f5e65294439264b6bbb0dc90c22a7c (diff)
Remove XFree86-Misc leftovers.
-rw-r--r--src/kbd.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/kbd.c b/src/kbd.c
index 7b4f1d4..6d99ea2 100644
--- a/src/kbd.c
+++ b/src/kbd.c
@@ -1,6 +1,3 @@
-/* $XdotOrg: driver/xf86-input-keyboard/src/kbd.c,v 1.19 2005/11/09 21:31:23 kem Exp $ */
-/* $XFree86: xc/programs/Xserver/hw/xfree86/input/keyboard/kbd.c,v 1.8 2003/11/03 05:11:47 tsi Exp $ */
-
/*
* Copyright (c) 2002 by The XFree86 Project, Inc.
* Author: Ivan Pascal.
@@ -12,7 +9,6 @@
* xf86Events.c and xf86Io.c which are
* Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
*/
-/* $XdotOrg: driver/xf86-input-keyboard/src/kbd.c,v 1.19 2005/11/09 21:31:23 kem Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -226,16 +222,6 @@ CommonSpecialKey(int key, Bool down, int modifiers)
xf86ProcessActionEvent(ACTION_TERMINATE, NULL);
break;
- /*
- * Check grabs
- */
- case KEY_KP_Divide:
- xf86ProcessActionEvent(ACTION_DISABLEGRAB, NULL);
- break;
- case KEY_KP_Multiply:
- xf86ProcessActionEvent(ACTION_CLOSECLIENT, NULL);
- break;
-
/*
* The idea here is to pass the scancode down to a list of
* registered routines. There should be some standard conventions