summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
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 {