org-src: Silence byte-compiler

* lisp/org-src.el (org-edit-inline-src-code): Remove unused binding.
This commit is contained in:
Nicolas Goaziou 2015-11-10 23:54:41 +01:00
parent b5b08a7f52
commit fe04055b3d

View file

@ -887,10 +887,6 @@ name of the sub-editing buffer."
(let* ((lang (org-element-property :language context))
(lang-f (org-src--get-lang-mode lang))
(babel-info (org-babel-get-src-block-info 'light))
(ind (save-excursion
(goto-char (org-element-property :begin context))
(search-forward "{" (line-end-position) t)
(current-column)))
deactivate-mark)
(unless (functionp lang-f) (error "No such language mode: %s" lang-f))
(org-src--edit-element