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
@@ -75,5 +75,3 @@ func (b OpBlock) Add(o *Ops) {
bo.PutUint32(data[1:], uint32(b.idx))
o.Write(data)
}
func (OpBlock) ImplementsOp() {}