System no longer requires a NewCanvas method

This commit is contained in:
2024-06-03 20:44:58 -04:00
parent 0d93d73c32
commit c51ce65c88
2 changed files with 0 additions and 6 deletions

View File

@@ -31,10 +31,6 @@ func (this *backendLink) NewTexture (source image.Image) canvas.TextureCloser {
return this.backend.NewTexture(source)
}
func (this *backendLink) NewCanvas (bounds image.Rectangle) canvas.Canvas {
return this.backend.NewCanvas(bounds)
}
func (this *backendLink) NewSurface (bounds image.Rectangle) (system.SurfaceLink, error) {
// TODO
return nil, errors.New("x: not implemented")