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