summaryrefslogtreecommitdiff
path: root/redo/tab_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-04 13:39:33 -0400
committerPietro Gagliardi <[email protected]>2014-08-04 13:39:33 -0400
commit0ac40be173f9a1410c5149da605ffd1db24fc911 (patch)
treec4489c16c36bcba5bb85888615895d43b8f0fa06 /redo/tab_windows.go
parent0496cf77b52e1713749fe40a8ef1b22f4918ad1d (diff)
Removed Control.containerShow() and Control.containerHide() and the overall ability to show and hide Controls in general; too much effort to get right.
Diffstat (limited to 'redo/tab_windows.go')
-rw-r--r--redo/tab_windows.go10
1 files changed, 0 insertions, 10 deletions
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)
}