Index: chromeos/ime/xkeyboard.cc |
diff --git a/chromeos/ime/xkeyboard.cc b/chromeos/ime/xkeyboard.cc |
index 4c62ffbafcdb31f9d19add70b9df49d34cd8a997..c61120c89c2b6aa415f00e22925aae61d04e0a5c 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"; |