Search: Remove remaining subreddit_search feature check

This commit is contained in:
Florence Yeun
2015-07-07 08:48:50 -07:00
committed by zeantsoi
parent a4d96d9423
commit d1afe124b8

View File

@@ -614,9 +614,7 @@ class SearchSortMenu(SortMenu):
@class_property
def hidden_options(cls):
if feature.is_enabled('subreddit_search'):
return ['hot']
return []
return ['hot']
def make_buttons(self):
buttons = super(SearchSortMenu, self).make_buttons()