mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Remove redudant functions and code (#2652)
* Remove redudant functions and code
This commit is contained in:
		
				
					committed by
					
						
						Kim "BKC" Carlbäcker
					
				
			
			
				
	
			
			
			
						parent
						
							c2346e4469
						
					
				
				
					commit
					dff26e25ca
				
			@@ -24,7 +24,6 @@ func Repos(ctx *context.Context) {
 | 
			
		||||
	ctx.Data["PageIsAdminRepositories"] = true
 | 
			
		||||
 | 
			
		||||
	routers.RenderRepoSearch(ctx, &routers.RepoSearchOptions{
 | 
			
		||||
		Ranger:   models.Repositories,
 | 
			
		||||
		Private:  true,
 | 
			
		||||
		PageSize: setting.UI.Admin.RepoPagingNum,
 | 
			
		||||
		TplName:  tplRepos,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user