mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 18:05:35 +00:00
all: delete the ui.Op type
It's no longer used. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -69,8 +69,6 @@ func (i *OpImage) Decode(d []byte, refs []interface{}) {
|
||||
}
|
||||
}
|
||||
|
||||
func (OpImage) ImplementsOp() {}
|
||||
|
||||
// RectPath constructs a path corresponding to
|
||||
// a pixel aligned rectangular area.
|
||||
func RectPath(r image.Rectangle) *Path {
|
||||
|
||||
@@ -280,5 +280,3 @@ func (p *PathBuilder) Path() *Path {
|
||||
}
|
||||
return data
|
||||
}
|
||||
|
||||
func (p OpClip) ImplementsOp() {}
|
||||
|
||||
Reference in New Issue
Block a user