graphics: Remove unused const

This commit is contained in:
Hajime Hoshi 2016-10-17 01:07:16 +09:00
parent 7b48ea201c
commit c1b4624890

View File

@ -47,8 +47,7 @@ const (
// unsafe.SizeOf can't be used because unsafe doesn't work with GopherJS.
const (
int16Size = 2
float32Size = 4
int16Size = 2
)
func Reset(context *opengl.Context) error {