summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-29 16:18:04 -0600
committerJeff Carr <[email protected]>2025-01-29 16:18:04 -0600
commit8247d748bd26be6eb87a978573b0d435e83178a1 (patch)
treed45af68f4eec63a3d620033bd9e91b029639053d /structs.go
parentb95118a30d152f7be7755059d87db58c2360e563 (diff)
general cleanupsv0.22.43v0.22.42
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index ae3874b..1acac33 100644
--- a/structs.go
+++ b/structs.go
@@ -62,8 +62,8 @@ type RepoRow struct {
lastTag *gui.Node // last tagged version label
currentName *gui.Node // current branch name
currentVersion *gui.Node // current branch version
- gitState *gui.Node // git state (dirty or not?)
- pbState *gui.Node // the state of the protobuf
+ // gitState *gui.Node // git state (dirty or not?)
+ pbState *gui.Node // the state of the protobuf
masterVersion *gui.Node // the master branch version
develVersion *gui.Node // the devel branch version