summaryrefslogtreecommitdiff
path: root/draw.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-31 13:34:13 -0600
committerJeff Carr <[email protected]>2024-01-31 13:34:13 -0600
commit4641eceda817e822b1e4e096086a2227a04bb3fd (patch)
tree5960151642ca54cd30fe574e28b463f44ecaf033 /draw.go
parent1a9b13dda5e13d0786718768443bab4a6916aab9 (diff)
Signed-off-by: Jeff Carr <[email protected]>
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)