aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--poe.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/poe.go b/poe.go
index 996e3dc..9feeb62 100644
--- a/poe.go
+++ b/poe.go
@@ -71,8 +71,6 @@ func InitMenu() {
func InitWorkspace() {
workspace = &Workspace{} // first resize event will set proper dimensions
workspace.AddCol()
- //workspace.AddCol()
- //workspace.LastCol().AddWindow(NewWindow(FnEmptyWin))
}
// LoadBuffers reads files from disk and loads them into windows. Screen need to be initialized.