Skip to content

Commit

Permalink
REF clean dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
ndwarshuis committed Aug 11, 2024
1 parent b886bd0 commit 46af08f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions org-ml.el
Original file line number Diff line number Diff line change
Expand Up @@ -4520,13 +4520,6 @@ nodes."
(-let (((&plist :items :unknown) ,logbook))
(org-ml--logbook-init items ,clocks unknown))))

;; (define-inline org-ml-logbook-set-post-blank (post-blank logbook)
;; "Set the :post-blank slot in LOGBOOK to POST-BLANK."
;; (declare (pure t) (side-effect-free t))
;; (inline-quote
;; (-let (((&plist :items :clocks :unknown) ,logbook))
;; (org-ml--logbook-init items clocks unknown))))

(org-ml--defun-anaphoric* org-ml-logbook-map-items (fun logbook)
"Apply function to :item slot in LOGBOOK.
FUN is a unary function that takes a list of items and returns a
Expand Down

0 comments on commit 46af08f

Please sign in to comment.