Browse Source

babel: org: Delete unnecessary language-specific expansion function

    * ob-org.el (org-babel-expand-body:org): Delete
    function (automatically handled by generic version)
Dan Davison 14 years ago
parent
commit
ee5d7af7b9
1 changed files with 0 additions and 3 deletions
  1. 0 3
      lisp/ob-org.el

+ 0 - 3
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'."