diff options
Diffstat (limited to 'redo/label_unix.go')
| -rw-r--r-- | redo/label_unix.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/redo/label_unix.go b/redo/label_unix.go index 7697f59..445556c 100644 --- a/redo/label_unix.go +++ b/redo/label_unix.go @@ -62,14 +62,6 @@ func (l *label) setParent(p *controlParent) { basesetParent(l, p) } -func (l *label) containerShow() { - basecontainerShow(l) -} - -func (l *label) containerHide() { - basecontainerHide(l) -} - func (l *label) allocate(x int, y int, width int, height int, d *sizing) []*allocation { return baseallocate(l, x, y, width, height, d) } |
