diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-12 21:47:39 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-12 21:47:39 -0400 |
| commit | 26c6b97ce1198c879ebc499661e1ba65239ede7d (patch) | |
| tree | 548c817b01add07d0c0fa49bf7c1b87deec131ff /test/main.go | |
| parent | eb48ed09c3621cd3ac94c1d9cdbe310cf0f44eaf (diff) | |
Removed ui.Event(); all event channels are initialized with their objects now.
Diffstat (limited to 'test/main.go')
| -rw-r--r-- | test/main.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/main.go b/test/main.go index 36339ca..fe685cc 100644 --- a/test/main.go +++ b/test/main.go @@ -112,7 +112,6 @@ var invalidBefore = flag.Bool("invalid", false, "run invalid test before opening func myMain() { w := NewWindow("Main Window", 320, 240) - w.Closing = Event() b := NewButton("Click Me") b2 := NewButton("Or Me") s2 := NewHorizontalStack(b, b2) |
