summaryrefslogtreecommitdiffstats
path: root/chrome/views/accelerator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/accelerator.cc')
-rw-r--r--chrome/views/accelerator.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/views/accelerator.cc b/chrome/views/accelerator.cc
index e2a5f18..8619394 100644
--- a/chrome/views/accelerator.cc
+++ b/chrome/views/accelerator.cc
@@ -44,9 +44,6 @@ std::wstring Accelerator::GetShortcutText() const {
case VK_F1:
string_id = IDS_F1_KEY;
break;
- case VK_F11:
- string_id = IDS_F11_KEY;
- break;
}
std::wstring shortcut;