From 32b2182267ea0d7d622557e746082ab46e2c2b0a Mon Sep 17 00:00:00 2001 From: makeworld Date: Mon, 25 Apr 2022 20:41:03 -0400 Subject: [PATCH] Lint --- display/display.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/display/display.go b/display/display.go index 4c9ea3b..15a0fb8 100644 --- a/display/display.go +++ b/display/display.go @@ -6,7 +6,6 @@ import ( "regexp" "strconv" "strings" - "sync" "code.rocketnine.space/tslocum/cview" "github.com/gdamore/tcell/v2" @@ -54,9 +53,6 @@ var layout = cview.NewFlex() var newTabPage structs.Page -// Global mutex for changing the size of the left margin on all tabs. -var reformatMu = sync.Mutex{} - var App = cview.NewApplication() func Init(version, commit, builtBy string) {