Remove unused stream_list.get_count().

This commit is contained in:
Steve Howell 2016-11-11 03:35:46 -08:00 committed by Tim Abbott
parent 6a3254f83f
commit af794bec7a
1 changed files with 0 additions and 4 deletions

View File

@ -286,10 +286,6 @@ exports.get_stream_li = function (stream_name) {
return get_filter_li('stream', stream_name);
};
exports.get_count = function (type, name) {
return get_filter_li(type, name).find('.count .value').text();
};
function update_count_in_dom(count_span, value_span, count) {
if (count === 0) {
count_span.hide();