summaryrefslogtreecommitdiff
path: root/treeInit.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-13 20:33:04 -0600
committerJeff Carr <[email protected]>2025-02-13 20:33:04 -0600
commit5530d2c6ad95a27424eff4efe49da116307223d2 (patch)
treebdc0c50508bafff40ab7a2d4ee010e872d1898aa /treeInit.go
parenta16207bd1e2a46245175fa0100109a59035384c4 (diff)
subbed in table()
Diffstat (limited to 'treeInit.go')
-rw-r--r--treeInit.go1
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
}