From 4e189b3916b846c1e14ee57642248350234055c3 Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Fri, 2 Oct 2020 12:22:08 +0200 Subject: Remove unused text stats function --- org-fc.el | 9 --------- 1 file changed, 9 deletions(-) diff --git a/org-fc.el b/org-fc.el index d2146c3..3c4a376 100644 --- a/org-fc.el +++ b/org-fc.el @@ -1611,15 +1611,6 @@ Pauses the review, unnarrows the buffer and activates (colored-bar good "green") (colored-bar easy "blue"))))) -(defun org-fc-dashboard-percent-right (stats) - "Format review percentages in STATS." - (let ((total (float (plist-get stats :total)))) - (format " %5.2f | %5.2f | %5.2f | %5.2f" - (or (* 100 (/ (plist-get stats :again) total)) 0.0) - (or (* 100 (/ (plist-get stats :hard) total)) 0.0) - (or (* 100 (/ (plist-get stats :good) total)) 0.0) - (or (* 100 (/ (plist-get stats :easy) total)) 0.0)))) - ;;;; Main View ;; Based on `mu4e-main-view-real' -- cgit v1.2.3