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)
commitf98a900ecf77c6cdc8fc3b561a09c73eb7faceb6
treea3e35511b5c1133ec1797f7c07274b0c1f07972d
parentda8d694b75be45c5577e0b993995e12f653267cf
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