aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ui/ui.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ui/ui.go')
-rw-r--r--lib/ui/ui.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ui/ui.go b/lib/ui/ui.go
index b65c06a4..1f618a6f 100644
--- a/lib/ui/ui.go
+++ b/lib/ui/ui.go
@@ -19,7 +19,6 @@ type UI struct {
}
func Initialize(content DrawableInteractive) (*UI, error) {
-
screen, err := tcell.NewScreen()
if err != nil {
return nil, err