babel: plantuml: Delete unnecessary language-specific expansion function

* ob-plantuml.el (org-babel-expand-body:plantuml): Delete
    function (automatically handled by generic version)
This commit is contained in:
Dan Davison 2010-10-21 12:26:39 +01:00
parent 84dd553936
commit 33f836e701
1 changed files with 0 additions and 3 deletions

View File

@ -42,9 +42,6 @@
'((:results . "file") (:exports . "results"))
"Default arguments for evaluating a plantuml source block.")
(defun org-babel-expand-body:plantuml (body params)
"Expand BODY according to PARAMS, return the expanded body." body)
(defcustom org-plantuml-jar-path nil
"Path to the plantuml.jar file."
:group 'org-babel