diff --git a/lib/ui/interfaces.go b/lib/ui/interfaces.go index c12bdb7..1f2f284 100644 --- a/lib/ui/interfaces.go +++ b/lib/ui/interfaces.go @@ -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