summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-11 23:16:31 -0600
committerJeff Carr <[email protected]>2024-02-11 23:16:31 -0600
commitcdc5743e67fd69c20a582d59ec2c47c804ae84ef (patch)
tree75ad958fd0522866cdbe00c29e8b6d92ff5d1a4a /main.go
parent08436e1a8dbd9d4166d43fef63d5c956a6e7b850 (diff)
purge dump comments
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.go b/main.go
index 1692a0f..3e95eb9 100644
--- a/main.go
+++ b/main.go
@@ -1,4 +1,3 @@
-// THSI IS MAIN
package main
import (
@@ -24,7 +23,6 @@ func main() {
me.myGui = gui.New()
me.myGui.InitEmbed(resToolkit)
- // me.myGui.LoadToolkit("nocui")
me.myGui.Default()
me.autotypistWindow = me.myGui.NewWindow("autotypist for GO & git. it types faster than you can.")