Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Commit b527ab8

Browse files
committed
Remove unused fields and functions
1 parent e0a10a6 commit b527ab8

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

tview/box.go

-8
Original file line numberDiff line numberDiff line change
@@ -340,14 +340,6 @@ func (b *Box) IsBorderLeft() bool {
340340
return b.border && b.borderLeft
341341
}
342342

343-
func maxInt(a, b int) int {
344-
if a > b {
345-
return a
346-
}
347-
348-
return b
349-
}
350-
351343
// SetBorderAttributes sets the border's style attributes. You can combine
352344
// different attributes using bitmask operations:
353345
//

ui/login.go

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ type Login struct {
4444
loginTypePasswordButton *tview.Button
4545
sessionChannel chan *loginAttempt
4646
messageText *tview.TextView
47-
runNext chan bool
4847

4948
content *tview.Flex
5049
loginChoiceView tview.Primitive

0 commit comments

Comments
 (0)