all: delete the ui.Op type

It's no longer used.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-04-27 22:27:50 +02:00
parent 56133632c6
commit 20f55a4ad7
6 changed files with 1 additions and 21 deletions
-2
View File
@@ -280,5 +280,3 @@ func (p *PathBuilder) Path() *Path {
}
return data
}
func (p OpClip) ImplementsOp() {}