summaryrefslogtreecommitdiff
path: root/plugin.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.go')
-rw-r--r--plugin.go6
1 files changed, 0 insertions, 6 deletions
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:
}
}