org-capture: Silence byte-compiler

* lisp/org-capture.el (org-capture-place-template): Remove unused
  `org-capture-target-marker'.
This commit is contained in:
Nicolas Goaziou 2015-11-07 23:09:47 +01:00
parent 0547969c0c
commit e1cb24288e
1 changed files with 0 additions and 1 deletions

View File

@ -1011,7 +1011,6 @@ may have been stored before."
(widen)
(outline-show-all)
(goto-char (org-capture-get :pos))
(setq-local org-capture-target-marker (point-marker))
(setq-local outline-level 'org-outline-level)
(let* ((template (org-capture-get :template))
(type (org-capture-get :type)))