From: Andrew Dolgov Date: Wed, 31 Aug 2011 10:23:59 +0000 (+0400) Subject: remove unused headlines-info.unread X-Git-Tag: 1.5.6~40 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=165c88ff3166825dcccfa2d30a9c3574e64c8549 remove unused headlines-info.unread --- diff --git a/backend.php b/backend.php index cef42bb7..d039740b 100644 --- a/backend.php +++ b/backend.php @@ -370,16 +370,8 @@ if ($_REQUEST["debug"]) $timing_info = print_checkpoint("05", $timing_info); - $headlines_unread = ccache_find($link, $returned_feed, $_SESSION["uid"], - $cat_view, true); - - if ($headlines_unread == -1) { - $headlines_unread = getFeedUnread($link, $returned_feed, $cat_view); - } - $reply['headlines-info'] = array("count" => (int) $headlines_count, "vgroup_last_feed" => $vgroup_last_feed, - "unread" => (int) $headlines_unread, "disable_cache" => (bool) $disable_cache); if ($_REQUEST["debug"]) $timing_info = print_checkpoint("20", $timing_info); diff --git a/viewfeed.js b/viewfeed.js index 0d20faf8..c41c49a9 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -51,7 +51,6 @@ function headlines_callback2(transport, offset) { } catch (e) { }; var headlines_count = reply['headlines-info']['count']; - var headlines_unread = reply['headlines-info']['unread']; vgroup_last_feed = reply['headlines-info']['vgroup_last_feed'];