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
-3
View File
@@ -99,9 +99,6 @@ func (h OpHideInput) Add(o *ui.Ops) {
o.Write(data)
}
func (OpHandler) ImplementsOp() {}
func (OpHideInput) ImplementsOp() {}
func (Edit) ImplementsEvent() {}
func (Chord) ImplementsEvent() {}
func (Focus) ImplementsEvent() {}