modules/markup/markdown/ast: Drop IsColorPreview
The function isn't used anywhere, it's dead code. Remove it. Partially cherry picked from commit 46c3f3b9e81e25c3ed08ba6c5bfeb8802b3ba1fd. Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
This commit is contained in:
		
					parent
					
						
							
								b7ee0b6ad2
							
						
					
				
			
			
				commit
				
					
						8af8682f7d
					
				
			
		
					 1 changed files with 0 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -174,10 +174,3 @@ func NewColorPreview(color []byte) *ColorPreview {
 | 
			
		|||
		Color:      color,
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// IsColorPreview returns true if the given node implements the ColorPreview interface,
 | 
			
		||||
// otherwise false.
 | 
			
		||||
func IsColorPreview(node ast.Node) bool {
 | 
			
		||||
	_, ok := node.(*ColorPreview)
 | 
			
		||||
	return ok
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue