diff --git a/examples/events/events.go b/examples/events/events.go index 9e08df3..9ce47d0 100644 --- a/examples/events/events.go +++ b/examples/events/events.go @@ -43,9 +43,6 @@ func main() { circles = append(circles, circle{x: mx, y: my, color: "#00F"}) } } - wnd.SizeChange = func(w, h int) { - cv.SetBounds(0, 0, w, h) - } lastTime := time.Now()