Переглянути джерело

babel: plantuml: Delete unnecessary language-specific expansion function

    * ob-plantuml.el (org-babel-expand-body:plantuml): Delete
    function (automatically handled by generic version)
Dan Davison 14 роки тому
батько
коміт
33f836e701
1 змінених файлів з 0 додано та 3 видалено
  1. 0 3
      lisp/ob-plantuml.el

+ 0 - 3
lisp/ob-plantuml.el

@@ -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