From: Andrew Dolgov Date: Tue, 10 Feb 2009 08:21:05 +0000 (+0300) Subject: code cleanup X-Git-Tag: 1.3.1~49 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=44d148ccc6db9a85772f6b248e9765661926147c;p=tt-rss.git code cleanup --- diff --git a/tt-rss.js b/tt-rss.js index 5d104a06..931a5b61 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(); diff --git a/tt-rss.php b/tt-rss.php index f4cb8354..5d765b5d 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -190,7 +190,6 @@ window.onload = init; -