summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index bf4a2cf..91a42d4 100644
--- a/main.go
+++ b/main.go
@@ -23,10 +23,10 @@ func init() {
title := "master"
w := 640
h := 480
- f := StandardClose
+ // f := StandardClose
Config.master = addNode(title, w, h)
- Config.master.custom = f
+ // Config.master.custom = f
Config.master.Dump()
}