summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2012-12-09 12:17:16 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2012-12-09 12:17:16 +0100
commit2cdddb96c4f4cac10e4c9687b75dcef6b8c82616 (patch)
tree80830cfa2b72ea6436227b40e6b288b94eb6a62b
parentb95793d20064e390c7f5e1ed40009f836120be02 (diff)
downloadorg-mode-2cdddb96c4f4cac10e4c9687b75dcef6b8c82616.tar.gz
org-e-html: Remove unused variable
* contrib/lisp/org-e-html.el (org-e-html-cvt-link-fn): Remove variable.
-rw-r--r--contrib/lisp/org-e-html.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/lisp/org-e-html.el b/contrib/lisp/org-e-html.el
index 02cfa2b..f2c3def 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.