summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-12-23 14:09:53 +0200
committerThanos Apollo <[email protected]>2023-12-23 14:10:10 +0200
commit703d9a147185696917f8d4050cfea5a53683d377 (patch)
treece1e31f4a3e320455daed453a21d561dc0dc93c1 /gnosis.el
parent153025fcab5367e9195432521b469853f34a986c (diff)
Remove gnosis-review-update--last-rev
Unused function
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/gnosis.el b/gnosis.el
index 64ce09c..bb4a45b 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -207,13 +207,6 @@ Returns a list of the form (ef-increase ef-decrease ef)."
;; Update review
(gnosis-update 'review `(= ef ',ef) `(= id ,id))))
-(cl-defun gnosis-review-update--last-rev (id)
- "Update last-rev, from review-log, for note with value of id ID.
-
-Change last-rev to current date."
- (let ((date (gnosis-algorithm-date)))
- (gnosis-update 'review-log `(= last-rev ',date) `(= id ,id))))
-
(defun gnosis-review-mcq (id)
"Display multiple choice answers for question ID."
(let ((answer (gnosis-get 'answer 'notes `(= id ,id)))