diff options
Diffstat (limited to 'redo/textfield_darwin.go')
| -rw-r--r-- | redo/textfield_darwin.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/redo/textfield_darwin.go b/redo/textfield_darwin.go index 475bda7..cb5b8fa 100644 --- a/redo/textfield_darwin.go +++ b/redo/textfield_darwin.go @@ -43,14 +43,6 @@ func (t *textField) setParent(p *controlParent) { basesetParent(t, p) } -func (t *textField) containerShow() { - basecontainerShow(t) -} - -func (t *textField) containerHide() { - basecontainerHide(t) -} - func (t *textField) allocate(x int, y int, width int, height int, d *sizing) []*allocation { return baseallocate(t, x, y, width, height, d) } |
