diff options
author | Thanos Apollo <[email protected]> | 2024-07-20 16:57:02 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-07-20 18:16:06 +0300 |
commit | 3df9bb0824627f10c60b6b24edad39411c36e505 (patch) | |
tree | 0405b97128c65c1dae8041c4a2f464b26e1671e8 /gnosis.el | |
parent | 102fe7c385677b8dec8ff0eb736e2130f16fd89c (diff) |
Remove gnosis-get-new-notes
* Unused func
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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))) |