Remove redundant `include' in definition of xkb_symbols "alt-intl-unicode"
authorMichael Witten <mfwitten@gmail.com>
Wed, 20 Jun 2012 03:52:39 +0000 (03:52 +0000)
committerSergey V. Udaltsov <svu@gnome.org>
Wed, 20 Jun 2012 22:50:25 +0000 (23:50 +0100)
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

index c5d3dca..91e78a5 100644 (file)
@@ -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