summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-04-13 22:17:57 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-04-13 22:17:57 -0700
commit70e207f99241b44f1f1ea38525c3c87288aa56b4 (patch)
treede89c647989d6d31a445906e446230639079d57a
parent674b04b0ad577c220eec7d752f984bab8687c9ca (diff)
Code cleanup
-rw-r--r--main.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.go b/main.go
index c1a95d0..ebc0cd3 100644
--- a/main.go
+++ b/main.go
@@ -250,9 +250,6 @@ func main() {
ui.Body.Width, ui.Body.Height = e.Width, e.Height
ui.Body.Resize()
- help.XOffset = (ui.Body.Width - help.X) / 2
- help.YOffset = (ui.Body.Height - help.Y) / 2
-
termResized <- true
})