summaryrefslogtreecommitdiff
path: root/click.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-05 03:05:37 -0600
committerJeff Carr <[email protected]>2024-02-05 03:05:37 -0600
commit063c40accd0c866567c2a580a4fa5243f4ad82b3 (patch)
tree4911e0503b2155d5eee410cdd6428333809591fc /click.go
parent2ee37e5c209f64a09d4088b8895880deb084d0ee (diff)
function rename
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'click.go')
-rw-r--r--click.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/click.go b/click.go
index 254d079..0074c3b 100644
--- a/click.go
+++ b/click.go
@@ -223,11 +223,5 @@ func ctrlDown(g *gocui.Gui, v *gocui.View) error {
tk.gocuiSize.h0 = newR.h0
tk.gocuiSize.w1 = newR.w1
tk.gocuiSize.h1 = newR.h1
- if tk.Visible() {
- // me.ctrlDown.hideView()
- } else {
- // me.ctrlDown.showView()
- }
- // me.ctrlDown.showWidgetPlacement("ctrlDown:")
return nil
}