Skip to content

Commit

Permalink
remove now-unneeded settingsToApplly
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth committed Feb 6, 2025
1 parent 63c11cf commit 1e08629
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/driver/glfw/loop.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,6 @@ func (d *gLDriver) drawSingleFrame() {
refreshingCanvases = refreshingCanvases[:0]
}

var (
settingsToApply fyne.Settings
settingsMutex sync.Mutex
)

func (d *gLDriver) runGL() {
if !running.CompareAndSwap(false, true) {
return // Run was called twice.
Expand Down

0 comments on commit 1e08629

Please sign in to comment.