From d6b1fa497dcb21e194348d321bfc25f6b128438f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 4 Apr 2023 06:31:30 -0500 Subject: gocui: use (w,h) and avoid (x,y) names Signed-off-by: Jeff Carr --- plugin.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'plugin.go') diff --git a/plugin.go b/plugin.go index a9cf4f9..f38559d 100644 --- a/plugin.go +++ b/plugin.go @@ -283,12 +283,6 @@ func newaction(a *toolkit.Action, n *Node, where *Node) { where.NextY = 1 } log(logInfo, "Action() END size (X,Y)", where.X, where.Y, "put next thing at (X,Y) =", where.NextX, where.NextY) - where.Name = "jwc gridlaksdfjkl" - where.Width = 320 - where.Height = 240 - // where.NextX = 5 - // where.NextY = 7 - // where.Dump(logInfo) default: } } -- cgit v1.2.3