diff options
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) |
