mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Remove unsued struct (#9405)
This commit is contained in:
		
				
					committed by
					
						 Antoine GIRARD
						Antoine GIRARD
					
				
			
			
				
	
			
			
			
						parent
						
							c939d610b9
						
					
				
				
					commit
					8a208e4349
				
			| @@ -116,9 +116,3 @@ type IssueDeadline struct { | |||||||
| 	// swagger:strfmt date-time | 	// swagger:strfmt date-time | ||||||
| 	Deadline *time.Time `json:"due_date"` | 	Deadline *time.Time `json:"due_date"` | ||||||
| } | } | ||||||
|  |  | ||||||
| // EditPriorityOption options for updating priority |  | ||||||
| type EditPriorityOption struct { |  | ||||||
| 	// required:true |  | ||||||
| 	Priority int `json:"priority"` |  | ||||||
| } |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user