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/controlbase.sh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'redo/controlbase.sh') diff --git a/redo/controlbase.sh b/redo/controlbase.sh index 1945e2d..6d10bb1 100755 --- a/redo/controlbase.sh +++ b/redo/controlbase.sh @@ -10,14 +10,6 @@ func (AAA *BBB) setParent(p *controlParent) { basesetParent(AAA, p) } -func (AAA *BBB) containerShow() { - basecontainerShow(AAA) -} - -func (AAA *BBB) containerHide() { - basecontainerHide(AAA) -} - func (AAA *BBB) allocate(x int, y int, width int, height int, d *sizing) []*allocation { return baseallocate(AAA, x, y, width, height, d) } -- cgit v1.2.3