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/tab_windows.go | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'redo/tab_windows.go') diff --git a/redo/tab_windows.go b/redo/tab_windows.go index a0cf637..8e96871 100644 --- a/redo/tab_windows.go +++ b/redo/tab_windows.go @@ -74,16 +74,6 @@ func (t *tab) setParent(p *controlParent) { t.parent = p } -// TODO get rid of this -func (t *tab) containerShow() { - basecontainerShow(t) -} - -// TODO get rid of this -func (t *tab) containerHide() { - basecontainerHide(t) -} - func (t *tab) allocate(x int, y int, width int, height int, d *sizing) []*allocation { return baseallocate(t, x, y, width, height, d) } -- cgit v1.2.3