summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-24 05:37:53 -0600
committerJeff Carr <[email protected]>2024-02-24 05:37:53 -0600
commitcec5e7f3b4900bdb8486d2d77c2ba6493ef53316 (patch)
tree539e39dfbd583314c966e77ebc0d8223fbe191c4 /structs.go
parentccee5733641f6d3fac60a825203c0a59cd36e9a6 (diff)
cleanup checkdirty code
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 7ce4c7d..5234e7e 100644
--- a/structs.go
+++ b/structs.go
@@ -9,7 +9,6 @@ type RepoStatus struct {
ready bool
changed bool // keeps track of changes that might have happened
changes string
- dirty bool // updates each time CheckDirty() is run
tags map[string]string
window *gadgets.BasicWindow // the main window for this repo