branch: externals/org-remark
commit 8f9875f714b6eb02baa8f617acd19bc27b1bfec5
Author: Noboru Ota <m...@nobiot.com>
Commit: Noboru Ota <m...@nobiot.com>

    doc(line): Remove unused source comments (old code)
---
 org-remark-line.el | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/org-remark-line.el b/org-remark-line.el
index 774af8ea95..707d931184 100644
--- a/org-remark-line.el
+++ b/org-remark-line.el
@@ -5,7 +5,7 @@
 ;; Author: Noboru Ota <m...@nobiot.com>
 ;; URL: https://github.com/nobiot/org-remark
 ;; Created: 01 August 2023
-;; Last modified: 06 August 2023
+;; Last modified: 07 August 2023
 ;; Package-Requires: ((emacs "27.1") (org "9.4"))
 ;; Keywords: org-mode, annotation, note-taking, marginal-notes, wp
 
@@ -103,18 +103,6 @@ by `overlays-in'."
          (highlights (overlays-in bol bol)))
     (seq-find #'org-remark-line-highlight-p highlights)))
 
-
-;;;###autoload
-;; (defun org-remark-mark-line (beg end &optional id mode)
-;;   (interactive (org-remark-beg-end 'line))
-;;   (org-remark-highlight-mark beg end id mode  ;; LINE line function 
different
-;;                              ;; LINE needs to be the suffix of a
-;;                              ;; function: `org-remark-mark-'
-;;                              "line" nil ;; LINE important to put
-;;                              ;; the suffix of the label
-;;                              ;; to call this correct function
-;;                              (list 'org-remark-type 'line)))
-
 (org-remark-create "line"
                    'org-remark-line-highlighter
                    '(org-remark-type line))

Reply via email to