branch: externals/org-real
commit e94d133e8aae14a7f6ee73c6b69db3cf50cc8e74
Author: Amy Grinn <grinn....@gmail.com>
Commit: Amy Grinn <grinn....@gmail.com>

    Linting
---
 org-real.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/org-real.el b/org-real.el
index 638319fa9d..26d5812389 100644
--- a/org-real.el
+++ b/org-real.el
@@ -1395,7 +1395,6 @@ If FORCE-VISIBLE, always make CHILD visible in PARENT."
   (if (slot-boundp box :height) (slot-makeunbound box :height))
   (mapc 'org-real--make-dirty (org-real--get-children box 'all)))
 
-;; TODO check if `eq' works
 (cl-defmethod org-real--next ((box org-real-box) &optional exclude-children)
   "Retrieve any boxes for which the :rel-box slot is BOX.
 

Reply via email to