From 2cdddb96c4f4cac10e4c9687b75dcef6b8c82616 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 9 Dec 2012 12:17:16 +0100 Subject: [PATCH] org-e-html: Remove unused variable * contrib/lisp/org-e-html.el (org-e-html-cvt-link-fn): Remove variable. --- contrib/lisp/org-e-html.el | 9 --------- 1 file changed, 9 deletions(-) diff --git a/contrib/lisp/org-e-html.el b/contrib/lisp/org-e-html.el index 02cfa2b5d..f2c3deffd 100644 --- a/contrib/lisp/org-e-html.el +++ b/contrib/lisp/org-e-html.el @@ -136,15 +136,6 @@ ;;; Internal Variables -;; FIXME: it already exists in org-e-html.el -(defconst org-e-html-cvt-link-fn - nil - "Function to convert link URLs to exportable URLs. -Takes two arguments, TYPE and PATH. -Returns exportable url as (TYPE PATH), or nil to signal that it -didn't handle this case. -Intended to be locally bound around a call to `org-export-as-html'." ) - (defvar org-e-html-format-table-no-css) (defvar htmlize-buffer-places) ; from htmlize.el (defvar body-only) ; dynamically scoped into this.