From e43f42a3ab5afa6fd72673df2a5bd9a7615694d2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 9 May 2023 18:53:31 -0500 Subject: more sendAction() cleanups Signed-off-by: Jeff Carr --- plugin.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugin.go') diff --git a/plugin.go b/plugin.go index 1b9b290..207cd4b 100644 --- a/plugin.go +++ b/plugin.go @@ -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) { -- cgit v1.2.3