summaryrefslogtreecommitdiff
path: root/redo/checkbox_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/checkbox_unix.go')
-rw-r--r--redo/checkbox_unix.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/redo/checkbox_unix.go b/redo/checkbox_unix.go
index 034dbf8..3cae5fa 100644
--- a/redo/checkbox_unix.go
+++ b/redo/checkbox_unix.go
@@ -75,14 +75,6 @@ func (c *checkbox) setParent(p *controlParent) {
basesetParent(c, p)
}
-func (c *checkbox) containerShow() {
- basecontainerShow(c)
-}
-
-func (c *checkbox) containerHide() {
- basecontainerHide(c)
-}
-
func (c *checkbox) allocate(x int, y int, width int, height int, d *sizing) []*allocation {
return baseallocate(c, x, y, width, height, d)
}