summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-10 22:40:12 +0400
committerAndrew Dolgov <[email protected]>2011-12-10 22:40:12 +0400
commitb167df5e60143efbd4cc9121b7c4825f4f6608d1 (patch)
treee6ea839ad3ba769ef92fac47d59389a6e36887c6 /tt-rss.js
parent8c622460c21d721335a352e1d79dd914b02b6e4c (diff)
js: misc cleanup
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;