diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 } |
