mirror of
				https://github.com/Maks1mS/bubbles.git
				synced 2025-10-31 22:01:22 +03:00 
			
		
		
		
	Remove unused function
This commit is contained in:
		| @@ -389,7 +389,3 @@ func max(a, b int) int { | ||||
| 	} | ||||
| 	return b | ||||
| } | ||||
|  | ||||
| func clamp(val, low, high int) int { | ||||
| 	return max(low, min(high, val)) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user