diff options
author | Leon Rische <leon.rische@me.com> | 2020-09-22 12:36:17 +0200 |
---|---|---|
committer | Leon Rische <leon.rische@me.com> | 2020-09-22 12:36:38 +0200 |
commit | e7bb059f98410c06313f46a80f32c3ebb1e9d1f2 (patch) | |
tree | 372c5b05d1afc9f6eccb13acc338b80171f3c980 /org-fc.el | |
parent | 7eb59024ba0f91848bcb10555d03e2ef71a4384b (diff) |
Remove unused pos variable
Diffstat (limited to 'org-fc.el')
-rw-r--r-- | org-fc.el | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)))) |