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/button_unix.go | 8 -------- 1 file changed, 8 deletions(-) (limited to 'redo/button_unix.go') diff --git a/redo/button_unix.go b/redo/button_unix.go index d6a19bb..7d41b55 100644 --- a/redo/button_unix.go +++ b/redo/button_unix.go @@ -65,14 +65,6 @@ func (b *button) setParent(p *controlParent) { basesetParent(b, p) } -func (b *button) containerShow() { - basecontainerShow(b) -} - -func (b *button) containerHide() { - basecontainerHide(b) -} - func (b *button) allocate(x int, y int, width int, height int, d *sizing) []*allocation { return baseallocate(b, x, y, width, height, d) } -- cgit v1.2.3