diff options
| author | Jeff Carr <[email protected]> | 2023-05-09 18:53:31 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-05-09 18:53:31 -0500 |
| commit | e43f42a3ab5afa6fd72673df2a5bd9a7615694d2 (patch) | |
| tree | 8f1729074a55ba2c43d88045b0a4c4e556ba13f5 /plugin.go | |
| parent | c36725fa90acc47fe5c0650f93540b5d65a126b6 (diff) | |
more sendAction() cleanups
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'plugin.go')
| -rw-r--r-- | plugin.go | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -222,9 +222,7 @@ func newAction(n *Node, atype toolkit.ActionType) *toolkit.Action { return &a } -// func sendAction(a *toolkit.Action) { -func sendAction(a *toolkit.Action, n *Node, where *Node) { - // newaction(a, n, where) +func sendAction(a *toolkit.Action) { for _, aplug := range allPlugins { log(debugPlugin, "Action() aplug =", aplug.name, "Action type=", a.ActionType) if (aplug.pluginChan == nil) { |
