diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-19 16:20:58 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-19 16:20:58 +0000 |
commit | dfe8987d7216509715aa14bddb5a05c34ea2202e (patch) | |
tree | b24b4db9b509da9ec6a601ba0f9b943612dedc57 /chromeos/ime | |
parent | 56cd2343fceaaa20540db96619ae15424f8d2814 (diff) | |
download | chromium_src-dfe8987d7216509715aa14bddb5a05c34ea2202e.zip chromium_src-dfe8987d7216509715aa14bddb5a05c34ea2202e.tar.gz chromium_src-dfe8987d7216509715aa14bddb5a05c34ea2202e.tar.bz2 |
linux and chromeos: Turn on -Wunused-const-variable.
BUG=307668
R=hans@chromium.org
TBR=oshima
Review URL: https://codereview.chromium.org/29263007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229578 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/ime')
-rw-r--r-- | chromeos/ime/xkeyboard.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chromeos/ime/xkeyboard.cc b/chromeos/ime/xkeyboard.cc index 4c62ffb..c61120c 100644 --- a/chromeos/ime/xkeyboard.cc +++ b/chromeos/ime/xkeyboard.cc @@ -33,9 +33,6 @@ Display* GetXDisplay() { return base::MessagePumpForUI::GetDefaultXDisplay(); } -// The default keyboard layout name in the xorg config file. -const char kDefaultLayoutName[] = "us"; - // The command we use to set the current XKB layout and modifier key mapping. // TODO(yusukes): Use libxkbfile.so instead of the command (crosbug.com/13105) const char kSetxkbmapCommand[] = "/usr/bin/setxkbmap"; |