From 3d72bbdb4f4cb35c40aa61199dc6b3265cc5c9b6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 Jan 2009 11:14:45 +0100 Subject: active_feed_is_cat, active_feed_id handling changes --- functions.js | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'functions.js') diff --git a/functions.js b/functions.js index 9456a6a25..034e463d1 100644 --- a/functions.js +++ b/functions.js @@ -406,30 +406,6 @@ function gotoExportOpml() { document.location.href = "opml.php?op=Export"; } -function getActiveFeedId() { -// return getCookie("ttrss_vf_actfeed"); - try { - debug("gAFID: " + active_feed_id); - return active_feed_id; - } catch (e) { - exception_error("getActiveFeedId", e); - } -} - -function activeFeedIsCat() { - return active_feed_is_cat; -} - -function setActiveFeedId(id) { -// return setCookie("ttrss_vf_actfeed", id); - try { - debug("sAFID(" + id + ")"); - active_feed_id = id; - } catch (e) { - exception_error("setActiveFeedId", e); - } -} - function parse_counters(reply, scheduled_call) { try { -- cgit v1.2.3-54-g00ecf