diff options
Diffstat (limited to 'redo/label_windows.go')
| -rw-r--r-- | redo/label_windows.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/redo/label_windows.go b/redo/label_windows.go index 8e55943..b61404a 100644 --- a/redo/label_windows.go +++ b/redo/label_windows.go @@ -60,14 +60,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) } |
