From 9d801414084470340f4cc1a9e0597d0a8d792587 Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Thu, 10 Sep 2020 07:50:30 +0200 Subject: [PATCH] Remove unused Simulator interface --- lib/ui/interfaces.go | 5 ----- 1 file changed, 5 deletions(-) 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