diff options
| author | Jeff Carr <[email protected]> | 2019-05-12 23:49:26 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-12 23:49:26 -0700 |
| commit | f4f430561d5cd572ae766cf5a222aae28d817a1d (patch) | |
| tree | d3b1d8fd0f2b2d290f9d8e24984af3356ca918b0 /gui.go | |
| parent | f8000c2e23eda98e1f99d5cfd9f9518d3532f47b (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.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 { |
