summaryrefslogtreecommitdiff
path: root/draw.go
diff options
context:
space:
mode:
Diffstat (limited to 'draw.go')
-rw-r--r--draw.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/draw.go b/draw.go
index ac0e715..64727b6 100644
--- a/draw.go
+++ b/draw.go
@@ -8,9 +8,6 @@ import (
// creates the actual widgets.
// it's assumed you are always passing in a box
func draw(ls *LinuxStatus) {
- if !ls.Ready() {
- return
- }
ls.group = ls.window.Box().NewGroup("What Linux Knows It Is")
ls.grid = ls.group.NewGrid("gridnuts", 2, 2)