mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
internal/ui: remove unused members
This commit is contained in:
parent
a7b87fddb4
commit
4eb9b3a152
@ -16,7 +16,6 @@ package ui
|
||||
|
||||
import (
|
||||
"math"
|
||||
"sync"
|
||||
|
||||
"github.com/hajimehoshi/ebiten/v2/internal/atlas"
|
||||
"github.com/hajimehoshi/ebiten/v2/internal/clock"
|
||||
@ -56,8 +55,6 @@ type context struct {
|
||||
isOffscreenModified bool
|
||||
|
||||
skipCount int
|
||||
|
||||
setContextOnce sync.Once
|
||||
}
|
||||
|
||||
func newContext(game Game) *context {
|
||||
|
Loading…
Reference in New Issue
Block a user