mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
graphics: Remove unused const
This commit is contained in:
parent
7b48ea201c
commit
c1b4624890
@ -48,7 +48,6 @@ const (
|
||||
// unsafe.SizeOf can't be used because unsafe doesn't work with GopherJS.
|
||||
const (
|
||||
int16Size = 2
|
||||
float32Size = 4
|
||||
)
|
||||
|
||||
func Reset(context *opengl.Context) error {
|
||||
|
Loading…
Reference in New Issue
Block a user