From 7b24e6423c49d39be98176b4637959b7c654878c Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 14 Apr 2022 22:47:36 -0400 Subject: [PATCH] REF remove useless function --- local/lib/org-x/org-x-dag.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/local/lib/org-x/org-x-dag.el b/local/lib/org-x/org-x-dag.el index d1fad26..b805958 100644 --- a/local/lib/org-x/org-x-dag.el +++ b/local/lib/org-x/org-x-dag.el @@ -2299,11 +2299,6 @@ FUTURE-LIMIT in a list." (org-mode) (--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) (declare (indent 2)) (let* ((lookup-form '(ht-get file->ids it-file))