1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 03:05:55 +00:00

code cleanup

This commit is contained in:
Andrew Dolgov
2009-02-10 11:21:05 +03:00
parent 538c4921e6
commit 44d148ccc6
2 changed files with 0 additions and 16 deletions

View File

@@ -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();