summaryrefslogtreecommitdiff
path: root/redo/table_darwin.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/table_darwin.go')
-rw-r--r--redo/table_darwin.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/redo/table_darwin.go b/redo/table_darwin.go
index a3e3b76..64c78bd 100644
--- a/redo/table_darwin.go
+++ b/redo/table_darwin.go
@@ -71,14 +71,6 @@ func (t *table) setParent(p *controlParent) {
t.scroller.setParent(p)
}
-func (t *table) containerShow() {
- basecontainerShow(t)
-}
-
-func (t *table) containerHide() {
- basecontainerHide(t)
-}
-
func (t *table) allocate(x int, y int, width int, height int, d *sizing) []*allocation {
return baseallocate(t, x, y, width, height, d)
}