Remove unused Simulator interface
This commit is contained in:
parent
504417b670
commit
9d80141408
|
@ -31,11 +31,6 @@ type Beeper interface {
|
||||||
OnBeep(func() error)
|
OnBeep(func() error)
|
||||||
}
|
}
|
||||||
|
|
||||||
type Simulator interface {
|
|
||||||
// Queues up the given input events for simulation
|
|
||||||
Simulate(events []tcell.Event)
|
|
||||||
}
|
|
||||||
|
|
||||||
type DrawableInteractive interface {
|
type DrawableInteractive interface {
|
||||||
Drawable
|
Drawable
|
||||||
Interactive
|
Interactive
|
||||||
|
|
Loading…
Reference in New Issue