Skip to content

Commit

Permalink
internal/ui: refactoring: remove duplicated member variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Oct 29, 2023
1 parent accb777 commit 27bc3e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions internal/ui/ui_mobile.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ type userInterfaceImpl struct {
fpsMode int32
renderRequester RenderRequester

renderThread *thread.OSThread

m sync.RWMutex
}

Expand Down
4 changes: 0 additions & 4 deletions internal/ui/ui_nintendosdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import (

"github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver"
"github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl"
"github.com/hajimehoshi/ebiten/v2/internal/thread"
)

type graphicsDriverCreatorImpl struct{}
Expand Down Expand Up @@ -69,9 +68,6 @@ type userInterfaceImpl struct {

egl egl

mainThread *thread.OSThread
renderThread *thread.OSThread

m sync.Mutex
}

Expand Down

0 comments on commit 27bc3e2

Please sign in to comment.