internal/ui: remove unused functions

This commit is contained in:
Hajime Hoshi 2022-12-26 22:43:20 +09:00
parent 0c072894b5
commit 41a68bf17b

View File

@ -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) { func (u *userInterfaceImpl) readInputState(inputState *InputState) {
*inputState = u.inputState *inputState = u.inputState
u.inputState.resetForTick() u.inputState.resetForTick()