graphicsdriver/opengl: Remove unused functions

This commit is contained in:
Hajime Hoshi 2019-11-17 05:10:22 +09:00
parent acc933b7c3
commit 4120e868be

View File

@ -470,7 +470,3 @@ func (c *context) flush() {
func (c *context) needsRestoring() bool {
return !web.IsMobileBrowser()
}
func (c *context) canUsePBO() bool {
return false
}