summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'init.go')
-rw-r--r--init.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/init.go b/init.go
index 34cb40f..df62633 100644
--- a/init.go
+++ b/init.go
@@ -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)