summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2013-08-27 10:30:55 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2013-08-27 10:32:59 +0200
commit895d18abc05fbfa56c0ae2a31e70e74b92888a18 (patch)
tree9b8123d34551815c9ac3b768bc3d24acbe728db2
parente7c8872005ef3ade5a5a3d1a73fe1d26b7c4560d (diff)
downloadorg-mode-895d18abc05fbfa56c0ae2a31e70e74b92888a18.tar.gz
ox-publish: Remove unused dynamically scoped variable
* lisp/ox-publish.el (project-plist): Remove variable.
-rw-r--r--lisp/ox-publish.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/ox-publish.el b/lisp/ox-publish.el
index 73a160b..906c819 100644
--- a/lisp/ox-publish.el
+++ b/lisp/ox-publish.el
@@ -589,8 +589,6 @@ Return output file name."
;; Remove opened buffer in the process.
(unless visitingp (kill-buffer work-buffer)))))
-(defvar project-plist)
-
(defun org-publish-attachment (plist filename pub-dir)
"Publish a file with no transformation of any kind.