summaryrefslogtreecommitdiff
path: root/button.go
diff options
context:
space:
mode:
Diffstat (limited to 'button.go')
-rw-r--r--button.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/button.go b/button.go
index c506e36..cd9ef49 100644
--- a/button.go
+++ b/button.go
@@ -9,8 +9,6 @@ func (n *Node) NewButton(name string, custom func()) *Node {
a.Name = name
a.Text = name
a.ActionType = toolkit.Add
- // deprecate this once andlabs is refactored
- a.Callback = callback
newaction(&a, newNode, n)
return newNode