2
0
mirror of synced 2025-02-23 06:48:15 +00:00

app: remove excess call to Start callback

Change-Id: Ida06858336eb482d1d804279c468e09fad12b97f
Reviewed-on: https://go-review.googlesource.com/5578
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
This commit is contained in:
David Crawshaw 2015-02-23 12:57:23 -05:00
parent b2dee7a880
commit 39aa39772d

View File

@ -104,12 +104,6 @@ func windowDrawLoop(cb Callbacks, w *C.ANativeWindow, queue *C.AInputQueue) {
// Wait until geometry and GL is initialized before cb.Start.
runStart(cb)
// We start here rather than onStart so the window exists and the Gl
// context is configured.
if cb.Start != nil {
cb.Start()
}
for {
processEvents(cb, queue)
select {