summaryrefslogtreecommitdiff
path: root/redo/control_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/control_windows.go')
-rw-r--r--redo/control_windows.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/redo/control_windows.go b/redo/control_windows.go
index ac57527..49ac644 100644
--- a/redo/control_windows.go
+++ b/redo/control_windows.go
@@ -18,14 +18,6 @@ func basesetParent(c controlPrivate, p *controlParent) {
C.controlSetParent(c.hwnd(), p.hwnd)
}
-func basecontainerShow(c controlPrivate) {
- C.ShowWindow(c.hwnd(), C.SW_SHOW)
-}
-
-func basecontainerHide(c controlPrivate) {
- C.ShowWindow(c.hwnd(), C.SW_HIDE)
-}
-
// don't specify basepreferredSize; it is custom on ALL controls
func basecommitResize(c controlPrivate, a *allocation, d *sizing) {