ox-publish: Remove unused dynamically scoped variable

* lisp/ox-publish.el (project-plist): Remove variable.
This commit is contained in:
Nicolas Goaziou 2013-08-27 10:30:55 +02:00
parent e7c8872005
commit 895d18abc0
1 changed files with 0 additions and 2 deletions

View File

@ -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.