summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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