org-odt.el: Trivial cleanup

* contrib/lisp/org-odt.el (org-export-odt-nosave-list): Remove
a useless variable.
(org-odt-init-outfile): Propagate above change.
This commit is contained in:
Jambunathan K 2011-09-05 11:53:00 +05:30
parent 82cf5d59e7
commit 0c48918be5
1 changed files with 1 additions and 5 deletions

View File

@ -1272,9 +1272,6 @@ MAY-INLINE-P allows inlining it as an image."
(defconst org-export-odt-save-list
'("mimetype" "META-INF/manifest.xml" "content.xml" "meta.xml" "styles.xml"))
;; xml files that are copied
(defconst org-export-odt-nosave-list '())
;; xml files that contribute to the final odt file
(defvar org-export-odt-file-list nil)
@ -1429,8 +1426,7 @@ MAY-INLINE-P allows inlining it as an image."
(make-directory pictures-dir)
;; initialize list of files that contribute to the odt file
(setq org-export-odt-file-list
(append org-export-odt-save-list org-export-odt-nosave-list)))
(setq org-export-odt-file-list org-export-odt-save-list))
content-file))
(defconst org-odt-manifest-file-entry-tag