Skip to content

Commit

Permalink
Tidy trailing chan removal
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Dec 20, 2024
1 parent af0abaa commit d6b7626
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/driver/glfw/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ var curWindow *window
var _ fyne.Driver = (*gLDriver)(nil)

type gLDriver struct {
windows []fyne.Window
done chan struct{}
waitForStart chan struct{}
windows []fyne.Window
done chan struct{}

animation animation.Runner

Expand Down

0 comments on commit d6b7626

Please sign in to comment.