org-mobile.el: Remove useless defvar

* org-mobile.el: Remove useless defvar.
This commit is contained in:
Bastien Guerry 2013-04-03 16:55:35 +02:00
parent 30064825b3
commit afe762fa9f
1 changed files with 0 additions and 2 deletions

View File

@ -307,8 +307,6 @@ Also exclude files matching `org-mobile-files-exclude-regexp'."
(push (cons file link-name) rtn))) (push (cons file link-name) rtn)))
(nreverse rtn))) (nreverse rtn)))
(defvar org-agenda-filter)
;;;###autoload ;;;###autoload
(defun org-mobile-push () (defun org-mobile-push ()
"Push the current state of Org affairs to the target directory. "Push the current state of Org affairs to the target directory.