Skip to content

Commit

Permalink
Merge pull request #171 from mimi1vx/dead_code
Browse files Browse the repository at this point in the history
Remove unneeded code
  • Loading branch information
grisu48 authored Sep 11, 2024
2 parents 3367be0 + a429d1f commit 3a1311d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions cmd/openqa-revtui/tui.go
Original file line number Diff line number Diff line change
Expand Up @@ -705,17 +705,3 @@ func spaces(n int) string {
}
return ret
}

func max(x, y int) int {
if x > y {
return x
}
return y
}

func min(x, y int) int {
if x < y {
return x
}
return y
}

0 comments on commit 3a1311d

Please sign in to comment.