summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-29 04:04:48 +0100
committerAndrew Dolgov <[email protected]>2006-09-29 04:04:48 +0100
commit9cb999060ffe0f72bdbcec31ce92242173e20bba (patch)
treefa0c7f5924332104fdc1194273f7aa953ea36925 /viewfeed.js
parent59cc876cecc5f4ecf950b5941d13d901d30227c1 (diff)
code cleanups
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 5159a57f6..1fab25027 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -389,7 +389,7 @@ function labelFromSearch(search, search_mode, match_on, feed_id, is_cat) {
}
-
+/*
function headlines_init() {
if (arguments.callee.done) return;
arguments.callee.done = true;
@@ -413,3 +413,4 @@ function headlines_init() {
}
}
+*/