Remove unused Simulator interface

This commit is contained in:
Reto Brunner 2020-09-10 07:50:30 +02:00
parent 504417b670
commit 9d80141408
1 changed files with 0 additions and 5 deletions

View File

@ -31,11 +31,6 @@ type Beeper interface {
OnBeep(func() error)
}
type Simulator interface {
// Queues up the given input events for simulation
Simulate(events []tcell.Event)
}
type DrawableInteractive interface {
Drawable
Interactive