Skip to content

Commit

Permalink
remove now-unneeded settingsToApplly
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth authored Feb 2, 2025
1 parent eb088a8 commit af3cfde
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 @@ -108,11 +108,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 af3cfde

Please sign in to comment.