diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-04 13:39:33 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-04 13:39:33 -0400 |
| commit | 0ac40be173f9a1410c5149da605ffd1db24fc911 (patch) | |
| tree | c4489c16c36bcba5bb85888615895d43b8f0fa06 /redo/table_unix.go | |
| parent | 0496cf77b52e1713749fe40a8ef1b22f4918ad1d (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/table_unix.go')
| -rw-r--r-- | redo/table_unix.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/redo/table_unix.go b/redo/table_unix.go index 05baa57..c2d59b6 100644 --- a/redo/table_unix.go +++ b/redo/table_unix.go @@ -102,14 +102,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) } |
