summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
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)))