summaryrefslogtreecommitdiff
path: root/checkbox.go
diff options
context:
space:
mode:
Diffstat (limited to 'checkbox.go')
-rw-r--r--checkbox.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/checkbox.go b/checkbox.go
index 068be7b..186f3a8 100644
--- a/checkbox.go
+++ b/checkbox.go
@@ -12,9 +12,3 @@ func (n *Node) NewCheckbox(name string) *Node {
send(n, newNode)
return newNode
}
-
-func (n *Node) NewThing(name string) *Node {
- newNode := n.New(name, toolkit.Button, nil)
- send(n, newNode)
- return newNode
-}