summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 39e5cecef..36e0d8cc4 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -914,11 +914,6 @@ function hotkey_handler(e) {
}
}
- if (keycode == 87) { // w
- feeds_sort_by_unread = !feeds_sort_by_unread;
- return resort_feedlist();
- }
-
if (keycode == 88) { // x
reverseHeadlineOrder();
return;