diff options
author | Thanos Apollo <[email protected]> | 2023-12-23 14:09:53 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-23 14:10:10 +0200 |
commit | 703d9a147185696917f8d4050cfea5a53683d377 (patch) | |
tree | ce1e31f4a3e320455daed453a21d561dc0dc93c1 /gnosis.el | |
parent | 153025fcab5367e9195432521b469853f34a986c (diff) |
Remove gnosis-review-update--last-rev
Unused function
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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))) |