mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
internal/ui: remove unused functions
This commit is contained in:
parent
0c072894b5
commit
41a68bf17b
@ -675,13 +675,6 @@ func (u *userInterfaceImpl) updateScreenSize() {
|
||||
}
|
||||
}
|
||||
|
||||
func (u *userInterfaceImpl) SetScreenTransparent(transparent bool) {
|
||||
if u.running {
|
||||
panic("ui: SetScreenTransparent can't be called after the main loop starts")
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
func (u *userInterfaceImpl) readInputState(inputState *InputState) {
|
||||
*inputState = u.inputState
|
||||
u.inputState.resetForTick()
|
||||
|
Loading…
Reference in New Issue
Block a user