summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/gnosis.el b/gnosis.el
index dd81ab0..5c3537e 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -1386,11 +1386,6 @@ well."
collect note)))
(append (cl-subseq new-notes 0 gnosis-new-notes-limit) old-notes)))
-(defun gnosis-get-new-notes (notes)
- "Get new notes from NOTES."
- (cl-assert (listp notes) nil "Notes must be a list.")
- (cl-intersection notes (gnosis-select 'id 'review-log '(= n 0) t)))
-
(defun gnosis-review-get-due-tags ()
"Return a list of due note tags."
(let ((due-notes (gnosis-review-get-due-notes)))