Explorar o código

ox-odt: Remove unused function

* lisp/ox-odt.el (org-odt--suppress-some-translators): Remove
  function.
Nicolas Goaziou %!s(int64=11) %!d(string=hai) anos
pai
achega
4309062580
Modificáronse 1 ficheiros con 0 adicións e 14 borrados
  1. 0 14
      lisp/ox-odt.el

+ 0 - 14
lisp/ox-odt.el

@@ -1045,20 +1045,6 @@ See `org-odt--build-date-styles' for implementation details."
 	      (error "Extraction failed"))))
 	members))
 
-(defun org-odt--suppress-some-translators (info types)
-  ;; See comments in `org-odt-format-label' and `org-odt-toc'.
-  (org-combine-plists
-   info (list
-	 ;; Override translators.
-	 :translate-alist
-	 (nconc (mapcar (lambda (type) (cons type (lambda (data contents info)
-						    contents))) types)
-		(plist-get info :translate-alist))
-	 ;; Reset data translation cache.  FIXME.
-	 ;; :exported-data nil
-	 )))
-
-
 ;;;; Target
 
 (defun org-odt--target (text id)