ui: Remove unused function

This commit is contained in:
Hajime Hoshi 2017-03-03 02:27:39 +09:00
parent 2b1dc69497
commit 0ba28d1183

View File

@ -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