summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/structs.go b/structs.go
index 165a1d0..803fc7d 100644
--- a/structs.go
+++ b/structs.go
@@ -3,7 +3,6 @@ package debugger
import (
"go.wit.com/gui"
"go.wit.com/lib/gadgets"
- "go.wit.com/lib/gui/logsettings"
)
var me *debuggerSettings
@@ -13,15 +12,13 @@ type debuggerSettings struct {
hidden bool
err error
- myGui *gui.Node
+ treeRoot *gui.Node
bugWin *gadgets.BasicWindow
widgets *gadgets.BasicWindow
golang *gadgets.BasicWindow
gochan *gadgets.BasicWindow
- myLS *logsettings.LogSettings
-
mapWindows map[string]*gui.Node // tracks all windows that exist
}