From f4f430561d5cd572ae766cf5a222aae28d817a1d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 12 May 2019 23:49:26 -0700 Subject: really simplify the cell index -> human index mapping Signed-off-by: Jeff Carr --- gui.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'gui.go') 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 { -- cgit v1.2.3