summaryrefslogtreecommitdiff
path: root/redo/tab_windows.go
diff options
context:
space:
mode:
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)
}