mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Remove some dead code (#27196)
Some code is not in use any more, remove them.
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user