summaryrefslogtreecommitdiff
path: root/table.go
diff options
context:
space:
mode:
Diffstat (limited to 'table.go')
-rw-r--r--table.go6
1 files changed, 2 insertions, 4 deletions
diff --git a/table.go b/table.go
index 005c893..1833105 100644
--- a/table.go
+++ b/table.go
@@ -46,11 +46,9 @@ type TableData struct {
RowWidth int // This is how wide each row is
Rows []RowData // This is all the table data by row
generatedColumnTypes []ui.TableValue // generate this dynamically
- // libUIevent func(*TableData, *ui.TableModel, int, int, ui.TableValue)
- cellChangeEvent func(int, int, ui.TableValue)
- Cells [20]CellData
- Human [20]HumanMap
+ Cells [20]CellData
+ Human [20]HumanMap
}
func initRowBTcolor(mh *TableData, intBG int, cell InputData) {