summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 15:23:17 -0500
committerJeff Carr <[email protected]>2025-09-11 15:23:17 -0500
commitec661807da8b201cd51e544aee59e8de21aeb0df (patch)
treee8c8878705d0d5c4051f99878d43f29b2da28ecc /main.go
parent127f36ca1f82ca9c1945e08802a49e4f9e30d2b7 (diff)
switch over to using gitpb.Repo directly
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 32a46c4..bb574ec 100644
--- a/main.go
+++ b/main.go
@@ -70,8 +70,6 @@ func main() {
// only load teh toolkit if you get this far
me.myGui.Start() // loads the GUI toolkit
doGui()
- win := makebasicWindow()
- win.Show()
debug()
}