left-sidebar: Remove topics help code.

This removes code associated with the dead topic help feature that is
below “more topics”.
This commit is contained in:
Brock Whittaker 2017-11-15 10:57:08 -08:00 committed by Tim Abbott
parent e54b9730fc
commit 744c4af958
2 changed files with 0 additions and 10 deletions

View File

@ -161,11 +161,6 @@ exports.widget = function (parent_elem, my_stream_id) {
self.no_more_topics = true;
};
self.show_help_link = function () {
var elem = self.dom.find('.sidebar-topics-help');
elem.show();
};
self.build = function (active_topic, no_more_topics) {
self.no_more_topics = false; // for now
@ -186,10 +181,6 @@ exports.widget = function (parent_elem, my_stream_id) {
self.show_no_more_topics();
}
if (zoomed) {
self.show_help_link();
}
if (active_topic) {
self.activate_topic();
}

View File

@ -7,4 +7,3 @@
<li class="no-more-topics-found">
{{t "No more topics." }}
</li>
<li class="sidebar-topics-help"></li>