summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-17 16:36:35 +0100
committerAndrew Dolgov <[email protected]>2008-05-17 16:36:35 +0100
commita95da1368ec6ed8e7a6e26c831cf160b71440766 (patch)
tree4ffd304c61256a690dead14dbbe4f76c20a8540f /prefs.js
parentc239b26b3a199a92ee64ee58cff118283fa9495e (diff)
rework entry display for prefs, filters, labels and users
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/prefs.js b/prefs.js
index 6889b7a6b..ad64f4812 100644
--- a/prefs.js
+++ b/prefs.js
@@ -1772,7 +1772,6 @@ function pref_hotkey_handler(e) {
return focus_element(search_boxes[i]);
}
}
-
}
}
@@ -1805,10 +1804,6 @@ function pref_hotkey_handler(e) {
return browseFeeds();
}
- if (keycode == 69) { // e
- return editCurrentEntryDispatcher();
- }
-
}
/* Prefix g */
@@ -2139,9 +2134,3 @@ function rescore_all_feeds() {
xmlhttp.send(null);
}
}
-
-function editCurrentEntryDispatcher() {
-
-
-
-}