org-src: Remove unused functions and variables
commit9c06f8cce93f479bff5ef053777c235935717a66
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 11 Nov 2014 16:31:40 +0000 (11 17:31 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 22 Nov 2014 19:59:08 +0000 (22 20:59 +0100)
tree37e07f492d4e67a8e8887238f455d8e649c7f319
parent3953cb19b4a907c620bd6260348ee8a6396646b1
org-src: Remove unused functions and variables

* lisp/org-src.el (org-edit-src-region-extra): Remove variable.
(org-edit-src-find-region-and-lang, org-edit-src-get-lang,
org-edit-src-get-label-format, org-edit-src-get-indentation,
org-src-fontify-block, org-src-fontify-buffer): Remove functions.

(org-src-font-lock-fontify-block): Remove reference to removed
function in docstring.

Remove all functions and variables related to parsing, which is now
delegated to org-element.el.  Also reorder a defcustom and
a declaration in the library.
lisp/org-src.el