summaryrefslogtreecommitdiff
path: root/find.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-31 22:22:16 -0500
committerJeff Carr <[email protected]>2021-10-31 22:22:16 -0500
commit2a6c54b785ccb7e18b586f38c73ca57197b4c733 (patch)
treea54c282658d92308d7fa5c5ade6ac77cedd7ad7c /find.go
parent59d15f3fcf9799e00566aad7678f29add4e19dd4 (diff)
CLEAN: more code removals
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'find.go')
-rw-r--r--find.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/find.go b/find.go
index 5eb0854..15f2714 100644
--- a/find.go
+++ b/find.go
@@ -17,12 +17,6 @@ func (n *Node) FindControl() *ui.Control {
return n.uiControl
}
-/*
-func (w *GuiWindow) FindNode() *Node {
- return w.node
-}
-*/
-
func FindNode(name string) *Node {
if Data.NodeMap == nil {
log.Println("gui.FindNode() gui.Data.NodeMap == nil")