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 năm trước cách đây
mục cha
commit
ee5d7af7b9
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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'."