summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Davison <davison@stats.ox.ac.uk>2010-10-21 12:25:01 +0100
committerDan Davison <davison@stats.ox.ac.uk>2010-10-21 13:06:02 +0100
commitee5d7af7b992036bace8c8246a8f188c467b1130 (patch)
tree81efd35e46f0bbee0263fee520d4f8915b489140
parent58a24fa3255844d27454f834e5c03d2e5d5e374d (diff)
downloadorg-mode-ee5d7af7b992036bace8c8246a8f188c467b1130.tar.gz
babel: org: Delete unnecessary language-specific expansion function
* ob-org.el (org-babel-expand-body:org): Delete function (automatically handled by generic version)
-rw-r--r--lisp/ob-org.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/ob-org.el b/lisp/ob-org.el
index 8b2c5f4..6cd0855 100644
--- a/lisp/ob-org.el
+++ b/lisp/ob-org.el
@@ -41,9 +41,6 @@
"#+TITLE: default empty header\n"
"Default header inserted during export of org blocks.")
-(defun org-babel-expand-body:org (body params)
- "Expand BODY according to PARAMS, return the expanded body." body)
-
(defun org-babel-execute:org (body params)
"Execute a block of Org code with.
This function is called by `org-babel-execute-src-block'."