aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ui/interfaces.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ui/interfaces.go')
-rw-r--r--lib/ui/interfaces.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ui/interfaces.go b/lib/ui/interfaces.go
index 19f0c04f..a8520ff5 100644
--- a/lib/ui/interfaces.go
+++ b/lib/ui/interfaces.go
@@ -22,10 +22,6 @@ type Visible interface {
Show(bool)
}
-type RootDrawable interface {
- Initialize(ui *UI)
-}
-
type Interactive interface {
// Returns true if the event was handled by this component
Event(event tcell.Event) bool