summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2012-03-10 10:45:00 +0000
committerSergey V. Udaltsov <svu@gnome.org>2012-03-10 10:45:00 +0000
commitc80a612fff86d5ce16a854530dc4ba302f3d6f0c (patch)
tree8b614435a547a8a97af5a55b7a9239458abc824e
parent77d09b66a99b003171cf4d08fbba16b2c74c6c78 (diff)
Unneed norepeat compat section
-rw-r--r--compat/Makefile.am2
-rw-r--r--compat/norepeat9
2 files changed, 1 insertions, 10 deletions
diff --git a/compat/Makefile.am b/compat/Makefile.am
index 54a659ee..70dc054b 100644
--- a/compat/Makefile.am
+++ b/compat/Makefile.am
@@ -5,7 +5,7 @@ accessx basic caps complete \
default iso9995 \
japan keypad ledcaps \
lednum ledscroll level5 \
-misc mousekeys norepeat \
+misc mousekeys \
olpc pc pc98 xfree86 \
xtest README
diff --git a/compat/norepeat b/compat/norepeat
deleted file mode 100644
index b510ea0c..00000000
--- a/compat/norepeat
+++ /dev/null
@@ -1,9 +0,0 @@
-// Put any otherwise normal keys that you don't want to repeat in
-// this file
-
-default partial xkb_compatibility "norepeat" {
- interpret Return {
- action= NoAction();
- repeat= False;
- };
-};