summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/gui.go b/gui.go
index abc0485..18ab3dc 100644
--- a/gui.go
+++ b/gui.go
@@ -2,7 +2,6 @@
package main
import (
- "fmt"
"time"
"os"
"os/user"
@@ -85,16 +84,6 @@ func debugTab(title string) {
g2 = tab.NewGroup("Real Stuff")
- g2.NewButton("gui.DebugWindow()", func () {
- gui.DebugWindow()
- })
-
- g2.NewButton("Load 'gocui'", func () {
- // this set the xterm and mate-terminal window title. maybe works generally?
- fmt.Println("\033]0;" + title + "blah \007")
- myGui.LoadToolkit("gocui")
- })
-
g2.NewButton("Network Interfaces", func () {
for i, t := range me.ifmap {
log.Println("name =", t.iface.Name)