Remove unused struct field

This commit is contained in:
Frank Braun 2017-06-13 15:32:08 +00:00 committed by Garrett D'Amore
parent 62d7350d17
commit 9b7bd5c526
1 changed files with 0 additions and 1 deletions

View File

@ -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