about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--lib/ui/interfaces.go5
1 files changed, 0 insertions, 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