summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-09-22 12:36:17 +0200
committerLeon Rische <leon.rische@me.com>2020-09-22 12:36:38 +0200
commite7bb059f98410c06313f46a80f32c3ebb1e9d1f2 (patch)
tree372c5b05d1afc9f6eccb13acc338b80171f3c980
parent7eb59024ba0f91848bcb10555d03e2ef71a4384b (diff)
Remove unused pos variable
-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))))