summaryrefslogtreecommitdiff
path: root/image.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-28 07:29:46 -0500
committerJeff Carr <[email protected]>2023-04-28 07:29:46 -0500
commit3516434fbf56ada3724d4c07bf31bb71d0fe5469 (patch)
tree450fe7cc7c12804ed81073add6d61c85ac8eed34 /image.go
parenta1deb9845593e211a1ce6fe4a7f88bbe5acd9981 (diff)
allow passing of embed plugin files
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'image.go')
-rw-r--r--image.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/image.go b/image.go
index e159168..c764eff 100644
--- a/image.go
+++ b/image.go
@@ -10,9 +10,6 @@ func (n *Node) NewImage(name string) *Node {
var a toolkit.Action
a.ActionType = toolkit.Add
- // a.Widget = &newNode.widget
- // a.Where = &n.widget
- // action(&a)
newaction(&a, newNode, n)
return newNode