mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +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
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (u *userInterface) FinishRendering() error {
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func (u *userInterface) setScreenSize(width, height int, scale float64) (bool, error) {
|
func (u *userInterface) setScreenSize(width, height int, scale float64) (bool, error) {
|
||||||
if u.width == width && u.height == height && u.scale == scale {
|
if u.width == width && u.height == height && u.scale == scale {
|
||||||
return false, nil
|
return false, nil
|
||||||
|
Loading…
Reference in New Issue
Block a user