From f98a900ecf77c6cdc8fc3b561a09c73eb7faceb6 Mon Sep 17 00:00:00 2001 From: Michael Witten Date: Wed, 20 Jun 2012 03:52:39 +0000 Subject: [PATCH] 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. --- symbols/us | 1 - 1 file changed, 1 deletion(-) diff --git a/symbols/us b/symbols/us index c5d3dca..91e78a5 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 -- 2.32.0.93.g670b81a890