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 /init.go | |
| parent | a16207bd1e2a46245175fa0100109a59035384c4 (diff) | |
subbed in table()
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -49,12 +49,6 @@ func setLabel(n *tree.Node, s string) { }) } -func showTable(n *tree.Node) { - ui.QueueMain(func() { - log.Info("show table here") - }) -} - func realSetText(n *tree.Node, s string) { ui.QueueMain(func() { SetText(n, s) |
