babel: org: Delete unnecessary language-specific expansion function

* ob-org.el (org-babel-expand-body:org): Delete
    function (automatically handled by generic version)
This commit is contained in:
Dan Davison 2010-10-21 12:25:01 +01:00
parent 58a24fa325
commit ee5d7af7b9
1 changed files with 0 additions and 3 deletions

View File

@ -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'."