summaryrefslogtreecommitdiff
path: root/redo/controls_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/controls_unix.go')
-rw-r--r--redo/controls_unix.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/redo/controls_unix.go b/redo/controls_unix.go
index 21c01e4..4867e7d 100644
--- a/redo/controls_unix.go
+++ b/redo/controls_unix.go
@@ -120,7 +120,3 @@ func (c *checkbox) Checked() bool {
func (c *checkbox) SetChecked(checked bool) {
C.gtk_toggle_button_set_active(c.toggle, togbool(checked))
}
-
-//TODO
-func newTab() Tab{return newButton("tab")}
-func(*button)Append(string,Control){}