From 196a5d97be5c1423cc6dc6317161ba94ea2d7d6e Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Sun, 7 Mar 2021 15:55:21 +0100 Subject: Remove unused variable --- org-fc-dashboard.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3