mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ui: Remove unused function
This commit is contained in:
parent
2b1dc69497
commit
0ba28d1183
@ -308,10 +308,6 @@ func (u *userInterface) swapBuffers() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (u *userInterface) FinishRendering() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (u *userInterface) setScreenSize(width, height int, scale float64) (bool, error) {
|
||||
if u.width == width && u.height == height && u.scale == scale {
|
||||
return false, nil
|
||||
|
Loading…
Reference in New Issue
Block a user