diff --git a/r2/r2/templates/navmenu.compact b/r2/r2/templates/navmenu.compact index 7a119ffd4..35c87e485 100644 --- a/r2/r2/templates/navmenu.compact +++ b/r2/r2/templates/navmenu.compact @@ -23,37 +23,7 @@ <%namespace file="utils.html" import="plain_link, img_link, separator"/> <%def name="dropdown()"> - ## caching comment: - ## see caching comment for plain_link. In addition to the args, - ## this function depends on c.site.name, c.render_style and c.cname. - <% css_class = str(thing.css_class) if thing.css_class else "" %> - %if thing: - %if thing.title and thing.selected: - ${thing.title}: - %endif - -