summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2021-03-07 15:55:21 +0100
committerLeon Rische <leon.rische@me.com>2021-03-07 15:55:21 +0100
commit196a5d97be5c1423cc6dc6317161ba94ea2d7d6e (patch)
tree541db420059bb440322b25e4cff030d4b0a8072d
parent0f24321b634857f4f244d8a4c28b3b59435197f2 (diff)
Remove unused variable
-rw-r--r--org-fc-dashboard.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/org-fc-dashboard.el b/org-fc-dashboard.el
index 024142a..f080f57 100644
--- a/org-fc-dashboard.el
+++ b/org-fc-dashboard.el
@@ -77,7 +77,7 @@ environment without svg support."
(let* ((total 0) (suspended 0)
(by-type (make-hash-table))
(avg-ease 0.0) (avg-box 0.0) (avg-interval 0.0)
- (n-pos 0) (n-due 0)
+ (n-pos 0)
;; NOTE: This has to use `list' so incf + getf works as
;; expected
(created (list :day 0 :week 0 :month 0))