From 91113a32bf164ddd2dc26639538f8833e692710f Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 13 Feb 2014 11:45:10 -0500 Subject: Removed Control.setParent() as the parent/child hierarchy is now unidirectional. --- control.go | 1 - 1 file changed, 1 deletion(-) (limited to 'control.go') diff --git a/control.go b/control.go index a1f83af..bf204ed 100644 --- a/control.go +++ b/control.go @@ -10,5 +10,4 @@ import ( type Control interface { apply(window *sysData) error setRect(x int, y int, width int, height int) error - setParent(c Control) } -- cgit v1.2.3