summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-12 23:49:26 -0700
committerJeff Carr <[email protected]>2019-05-12 23:49:26 -0700
commitf4f430561d5cd572ae766cf5a222aae28d817a1d (patch)
treed3b1d8fd0f2b2d290f9d8e24984af3356ca918b0 /gui.go
parentf8000c2e23eda98e1f99d5cfd9f9518d3532f47b (diff)
really simplify the cell index -> human index mapping
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/gui.go b/gui.go
index d919259..0cd7c49 100644
--- a/gui.go
+++ b/gui.go
@@ -91,9 +91,6 @@ func AddTableTab(mytab *ui.Tab, mytabcount int, name string, rowcount int, parts
mh.RowCount = rowcount
mh.Rows = make([]RowData, mh.RowCount)
- // This is the standard callback function from libUI when the user does something
- // mh.libUIevent = defaultSetCellValue
-
tmpBTindex := 0
for key, foo := range parts {