From e7bb059f98410c06313f46a80f32c3ebb1e9d1f2 Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Tue, 22 Sep 2020 12:36:17 +0200 Subject: Remove unused pos variable --- org-fc.el | 1 - 1 file changed, 1 deletion(-) (limited to 'org-fc.el') 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)))) -- cgit v1.2.3