Skip to content

Commit

Permalink
Remove unneded code left from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Dec 9, 2024
1 parent 3723d6e commit c890d2e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/driver/glfw/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"os"
"runtime"
"sync"
"time"

"github.com/fyne-io/image/ico"

Expand All @@ -33,8 +32,6 @@ var curWindow *window
// Declare conformity with Driver
var _ fyne.Driver = (*gLDriver)(nil)

const doubleTapDelay = 300 * time.Millisecond

type gLDriver struct {
windowLock sync.RWMutex
windows []fyne.Window
Expand Down

0 comments on commit c890d2e

Please sign in to comment.