summaryrefslogtreecommitdiff
path: root/lisp/ob-lob.el
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-02-07 23:19:28 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-02-10 23:50:45 +0100
commit33aeec4a61c49d32c4a7723a705b0a4b7aa780fe (patch)
tree489386cae219a851786fb39b3edfcce1bb504062 /lisp/ob-lob.el
parente079c020162640c70c68f2850155cc12925e5bd3 (diff)
Remove `org-babel-in-example-or-verbatim'
* lisp/ob-exp.el (org-babel-in-example-or-verbatim): Remove function. * testing/lisp/test-ob.el (test-ob/combining-scalar-and-raw-result-types): Update test. This function is unused and inaccurate. If needed, the parser should be used instead.
Diffstat (limited to 'lisp/ob-lob.el')
-rw-r--r--lisp/ob-lob.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/ob-lob.el b/lisp/ob-lob.el
index 131872482..769b10d59 100644
--- a/lisp/ob-lob.el
+++ b/lisp/ob-lob.el
@@ -28,7 +28,6 @@
(require 'ob-core)
(require 'ob-table)
-(declare-function org-babel-in-example-or-verbatim "ob-exp" nil)
(declare-function org-element-context "org-element" (&optional element))
(declare-function org-element-property "org-element" (property element))
(declare-function org-element-type "org-element" (element))