From ee5d7af7b992036bace8c8246a8f188c467b1130 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Thu, 21 Oct 2010 12:25:01 +0100 Subject: [PATCH] babel: org: Delete unnecessary language-specific expansion function * ob-org.el (org-babel-expand-body:org): Delete function (automatically handled by generic version) --- lisp/ob-org.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/ob-org.el b/lisp/ob-org.el index 8b2c5f402..6cd08556b 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'."