]> git.wh0rd.org - tt-rss.git/blobdiff - functions.js
active_feed_is_cat, active_feed_id handling changes
[tt-rss.git] / functions.js
index 9456a6a25f9d8256d79126c116cff3e874483b69..034e463d1933105e5cffdc06d9f916bb407f2759 100644 (file)
@@ -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 {