Browse Source

ox-texinfo: Remove wrong code comments

* lisp/ox-texinfo.el (org-texinfo-headline): Remove wrong code
  comments.
Nicolas Goaziou 10 years ago
parent
commit
7286925b7d
1 changed files with 0 additions and 3 deletions
  1. 0 3
      lisp/ox-texinfo.el

+ 0 - 3
lisp/ox-texinfo.el

@@ -785,10 +785,7 @@ holding contextual information."
 		    (org-export-get-tags headline info)))
 	 (priority (and (plist-get info :with-priority)
 			(org-element-property :priority headline)))
-	 ;; Retrieve headline text for structuring command.
 	 (text (org-export-data (org-element-property :title headline) info))
-	 ;; Create the headline text along with a no-tag version.  The
-	 ;; latter is required to remove tags from table of contents.
 	 (full-text (if (not (eq org-texinfo-format-headline-function 'ignore))
 			;; User-defined formatting function.
 			(funcall org-texinfo-format-headline-function