diff options
Diffstat (limited to 'redo/checkbox_darwin.go')
| -rw-r--r-- | redo/checkbox_darwin.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/redo/checkbox_darwin.go b/redo/checkbox_darwin.go index fa27892..ac3375a 100644 --- a/redo/checkbox_darwin.go +++ b/redo/checkbox_darwin.go @@ -62,14 +62,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) } |
