diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-13 11:45:10 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-13 11:45:10 -0500 |
| commit | 91113a32bf164ddd2dc26639538f8833e692710f (patch) | |
| tree | cce258265bfff588e3896839053c7cb850a4017d /control.go | |
| parent | a400ec666641893142b5f89ff6f55b90ccb26359 (diff) | |
Removed Control.setParent() as the parent/child hierarchy is now unidirectional.
Diffstat (limited to 'control.go')
| -rw-r--r-- | control.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) } |
