internal/ui: remove unused members

This commit is contained in:
Hajime Hoshi 2023-10-27 10:49:45 +09:00
parent a7b87fddb4
commit 4eb9b3a152

View File

@ -16,7 +16,6 @@ package ui
import ( import (
"math" "math"
"sync"
"github.com/hajimehoshi/ebiten/v2/internal/atlas" "github.com/hajimehoshi/ebiten/v2/internal/atlas"
"github.com/hajimehoshi/ebiten/v2/internal/clock" "github.com/hajimehoshi/ebiten/v2/internal/clock"
@ -56,8 +55,6 @@ type context struct {
isOffscreenModified bool isOffscreenModified bool
skipCount int skipCount int
setContextOnce sync.Once
} }
func newContext(game Game) *context { func newContext(game Game) *context {