REF remove useless function

This commit is contained in:
Nathan Dwarshuis 2022-04-14 22:47:36 -04:00
parent 6dca17122d
commit 7b24e6423c
1 changed files with 0 additions and 5 deletions

View File

@ -2299,11 +2299,6 @@ FUTURE-LIMIT in a list."
(org-mode) (org-mode)
(--mapcat ,id-form (org-x-dag-files->ids ,files)))) (--mapcat ,id-form (org-x-dag-files->ids ,files))))
(defmacro org-x-dag-with-action-ids (id-form)
(declare (indent 1))
`(org-x-dag-with-ids (org-x-dag->action-ids)
,id-form))
(defmacro org-x-dag-with-files (files pre-form form) (defmacro org-x-dag-with-files (files pre-form form)
(declare (indent 2)) (declare (indent 2))
(let* ((lookup-form '(ht-get file->ids it-file)) (let* ((lookup-form '(ht-get file->ids it-file))