From 0ac40be173f9a1410c5149da605ffd1db24fc911 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 4 Aug 2014 13:39:33 -0400 Subject: Removed Control.containerShow() and Control.containerHide() and the overall ability to show and hide Controls in general; too much effort to get right. --- redo/checkbox_darwin.go | 8 -------- 1 file changed, 8 deletions(-) (limited to 'redo/checkbox_darwin.go') 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) } -- cgit v1.2.3