summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--org-fc.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/org-fc.el b/org-fc.el
index e3d2bdb..cf07ccd 100644
--- a/org-fc.el
+++ b/org-fc.el
@@ -1948,7 +1948,6 @@ Pauses the review, unnarrows the buffer and activates
'font-lock-face `(:background ,color))))
(let* ((width org-fc-dashboard-text-bar-chart-width)
(total (float (plist-get stat :total)))
- (pos 0)
(again (floor (* width (/ (plist-get stat :again) total))))
(hard (floor (* width (/ (plist-get stat :hard) total))))
(good (floor (* width (/ (plist-get stat :good) total))))