restorable: Remove comments

This commit is contained in:
Hajime Hoshi 2018-03-18 18:14:11 +09:00
parent 200ddbd509
commit de3a8d8893

View File

@ -51,7 +51,6 @@ func (i *Image) vertices(sx0, sy0, sx1, sy1 int, geo *affine.GeoM) []float32 {
return nil
}
// TODO: This function should be in graphics package?
vs := theVerticesBackend.get()
x0, y0 := 0.0, 0.0