summaryrefslogtreecommitdiff
path: root/debugWindow.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-08 12:08:57 -0500
committerJeff Carr <[email protected]>2023-04-08 12:08:57 -0500
commit65148155a12151fdeb2ffebf03da2c3b836780a8 (patch)
tree2fbbb174029a7171294137ce8bfa73d426414ba8 /debugWindow.go
parente582e4cfb0fa0a3a679d031b1f157b274f0d4075 (diff)
andlabs is still broken
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debugWindow.go')
-rw-r--r--debugWindow.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/debugWindow.go b/debugWindow.go
index d0135b5..967f8c2 100644
--- a/debugWindow.go
+++ b/debugWindow.go
@@ -97,10 +97,6 @@ func (n *Node) DebugTab(title string) *Node {
startS("gocui")
})
- g2.NewButton("Redraw(gocui)", func () {
- Redraw("gocui")
- })
-
return newN
}