summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 5d104a069..931a5b611 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -676,11 +676,6 @@ function quickMenuGo(opid) {
resize_headlines();
}
-/* if (opid == "qmcDownload") {
- displayDlg("offlineDownload");
- return;
- } */
-
if (opid == "qmcResetCats") {
if (confirm(__("Reset category order?"))) {
@@ -1314,16 +1309,6 @@ function hotkey_handler(e) {
}
}
-/* if (keycode == 68 && shift_key) { // D
- initiate_offline_download();
- return false;
- }
-
- if (keycode == 68) { // d
- displayDlg("offlineDownload");
- return false;
- } */
-
if (keycode == 87) { // w
feeds_sort_by_unread = !feeds_sort_by_unread;
return resort_feedlist();