diff options
Diffstat (limited to 'redo/tab_unix.go')
| -rw-r--r-- | redo/tab_unix.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/redo/tab_unix.go b/redo/tab_unix.go index 264ce5f..22a0c66 100644 --- a/redo/tab_unix.go +++ b/redo/tab_unix.go @@ -50,14 +50,6 @@ func (t *tab) setParent(p *controlParent) { basesetParent(t, p) } -func (t *tab) containerShow() { - basecontainerShow(t) -} - -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) } |
