summaryrefslogtreecommitdiff
path: root/internal/models/atom.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/models/atom.go')
-rw-r--r--internal/models/atom.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/models/atom.go b/internal/models/atom.go
index 21d30a6..bcf3c78 100644
--- a/internal/models/atom.go
+++ b/internal/models/atom.go
@@ -42,7 +42,6 @@ type Atom struct {
IsOverdue bool // True if due date is before today
IsFuture bool // True if due date is after today
HasSetTime bool // True if due time is not midnight (has specific time)
- IsRecurring bool // True if this is a recurring task
// Original Data (for write operations)
Raw interface{}