From cdc5743e67fd69c20a582d59ec2c47c804ae84ef Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 11 Feb 2024 23:16:31 -0600 Subject: [PATCH] purge dump comments Signed-off-by: Jeff Carr --- .gitignore | 1 + globalBuildOptions.go | 1 - globalDisplayOptions.go | 1 - listWindow.go | 1 - main.go | 2 -- repolist.go | 1 - scan.go | 1 - tagWindow.go | 1 - 8 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 34d98c8..4e4afb9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ go.sum /resources/*.so myrepos autotypist +/files/* diff --git a/globalBuildOptions.go b/globalBuildOptions.go index 4abdd07..4fd8ee7 100644 --- a/globalBuildOptions.go +++ b/globalBuildOptions.go @@ -1,4 +1,3 @@ -// This is a simple example package main import ( diff --git a/globalDisplayOptions.go b/globalDisplayOptions.go index 96171ee..4b83f21 100644 --- a/globalDisplayOptions.go +++ b/globalDisplayOptions.go @@ -1,4 +1,3 @@ -// This is a simple example package main import ( diff --git a/listWindow.go b/listWindow.go index 091c9fa..503eaa8 100644 --- a/listWindow.go +++ b/listWindow.go @@ -1,4 +1,3 @@ -// This is a simple example package main import ( 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.") diff --git a/repolist.go b/repolist.go index ef82c26..0af324e 100644 --- a/repolist.go +++ b/repolist.go @@ -1,4 +1,3 @@ -// This is a simple example package main import ( diff --git a/scan.go b/scan.go index 0818c85..3e09a7c 100644 --- a/scan.go +++ b/scan.go @@ -1,4 +1,3 @@ -// This is a simple example package main import ( diff --git a/tagWindow.go b/tagWindow.go index ff3a3ba..745ab62 100644 --- a/tagWindow.go +++ b/tagWindow.go @@ -1,4 +1,3 @@ -// This is a simple example package main import (