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