mirror of https://github.com/gdamore/tcell.git
Remove unused struct field
This commit is contained in:
parent
62d7350d17
commit
9b7bd5c526
|
@ -101,7 +101,6 @@ func (m *model) GetCell(x, y int) (rune, tcell.Style, []rune, int) {
|
|||
}
|
||||
|
||||
type mainWindow struct {
|
||||
view views.View
|
||||
main *views.CellView
|
||||
keybar *views.SimpleStyledText
|
||||
status *views.SimpleStyledTextBar
|
||||
|
|
Loading…
Reference in New Issue