summaryrefslogtreecommitdiff
path: root/window.go
diff options
context:
space:
mode:
Diffstat (limited to 'window.go')
-rw-r--r--window.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/window.go b/window.go
index 29003ec..da5606a 100644
--- a/window.go
+++ b/window.go
@@ -105,6 +105,3 @@ func (w *Window) apply(window *sysData) error {
func (w *Window) setRect(x int, y int, width int, height int) error {
panic("Window.setRect() should never be called")
}
-func (w *Window) setParent(c Control) {
- panic("Window.setParent() should never be called")
-}