org-mobile.el: Remove useless defvar
* org-mobile.el: Remove useless defvar.
This commit is contained in:
parent
30064825b3
commit
afe762fa9f
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue