From 15e9548cf50fad96ee938f134daca32d7b83b896 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 20 Jan 2024 20:24:58 -0600 Subject: it's my memory so I can forget lots of general improvements ready to fix gocui working on log settings fix the debugger Signed-off-by: Jeff Carr --- structs.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'structs.go') 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 } -- cgit v1.2.3