summaryrefslogtreecommitdiff
path: root/symbols
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2012-06-20 03:52:39 +0000
committerSergey V. Udaltsov <svu@gnome.org>2012-06-20 23:50:25 +0100
commitf98a900ecf77c6cdc8fc3b561a09c73eb7faceb6 (patch)
treea3e35511b5c1133ec1797f7c07274b0c1f07972d /symbols
parentda8d694b75be45c5577e0b993995e12f653267cf (diff)
Remove redundant `include' in definition of xkb_symbols "alt-intl-unicode"
The definition of: xkb_symbols "alt-intl-unicode" contains: include "level3(ralt_switch)" However, it also contains: include "us(intl-unicode)" which in turn already contains: include "level3(ralt_switch)" Now, an argument can be made that it's more self-documenting to repeat the directive, but that seems like a fairly weak argument, especially given that most of "alt-intl-unicode" is inherited from "intl-unicode" anyway.
Diffstat (limited to 'symbols')
-rw-r--r--symbols/us1
1 files changed, 0 insertions, 1 deletions
diff --git a/symbols/us b/symbols/us
index c5d3dca1..91e78a5c 100644
--- a/symbols/us
+++ b/symbols/us
@@ -1314,7 +1314,6 @@ xkb_symbols "alt-intl-unicode" {
name[Group1]= "English (US, international AltGr Unicode combining, alternative)";
include "us(intl-unicode)"
- include "level3(ralt_switch)"
// easier macron; em-dash.
// em-dash is available via compose, but I added here since it's such