forked from forgejo/forgejo
Remove some dead code (#27196)
Some code is not in use any more, remove them.
This commit is contained in:
parent
383edf2fd7
commit
c0ed26f987
2 changed files with 0 additions and 4 deletions
|
@ -47,8 +47,6 @@ func GetContextData(c context.Context) ContextData {
|
|||
|
||||
func CommonTemplateContextData() ContextData {
|
||||
return ContextData{
|
||||
"IsLandingPageHome": setting.LandingPageURL == setting.LandingPageHome,
|
||||
"IsLandingPageExplore": setting.LandingPageURL == setting.LandingPageExplore,
|
||||
"IsLandingPageOrganizations": setting.LandingPageURL == setting.LandingPageOrganizations,
|
||||
|
||||
"ShowRegistrationButton": setting.Service.ShowRegistrationButton,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue