summaryrefslogtreecommitdiff
path: root/redo/controls_darwin.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/controls_darwin.go')
-rw-r--r--redo/controls_darwin.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/redo/controls_darwin.go b/redo/controls_darwin.go
index 0c3442c..02b2d64 100644
--- a/redo/controls_darwin.go
+++ b/redo/controls_darwin.go
@@ -96,7 +96,3 @@ func (c *checkbox) Checked() bool {
func (c *checkbox) SetChecked(checked bool) {
C.checkboxSetChecked(c.id, toBOOL(checked))
}
-
-//TODO
-func newTab() Tab{return newButton("tab")}
-func(*button)Append(string,Control){}