diff options
| author | Jeff Carr <[email protected]> | 2025-02-13 20:33:04 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-13 20:33:04 -0600 |
| commit | 5530d2c6ad95a27424eff4efe49da116307223d2 (patch) | |
| tree | bdc0c50508bafff40ab7a2d4ee010e872d1898aa /treeInit.go | |
| parent | a16207bd1e2a46245175fa0100109a59035384c4 (diff) | |
subbed in table()
Diffstat (limited to 'treeInit.go')
| -rw-r--r-- | treeInit.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/treeInit.go b/treeInit.go index 27153e2..c51a9fe 100644 --- a/treeInit.go +++ b/treeInit.go @@ -63,7 +63,6 @@ func initTree() *tree.TreeInfo { t.SetChecked = setChecked t.ToolkitClose = toolkitClose t.ShowTable = showTable - t.Show = showTable return t } |
