Remove unused show_landing_strip? helper method (#29618)

This commit is contained in:
Matt Jankowski
2024-03-18 04:55:54 -04:00
committed by GitHub
parent ecdbf15ebe
commit 92855948a0
3 changed files with 1 additions and 35 deletions

View File

@@ -32,10 +32,6 @@ module ApplicationHelper
paths.any? { |path| current_page?(path) } ? 'active' : ''
end
def show_landing_strip?
!user_signed_in? && !single_user_mode?
end
def open_registrations?
Setting.registrations_mode == 'open'
end