Removed unused code

This commit is contained in:
Carlo Sciolla 2016-10-13 23:58:41 +02:00
parent cdee161b3d
commit 4bdb8ebb92
1 changed files with 0 additions and 2 deletions

View File

@ -72,8 +72,6 @@
(defun plantuml-render-command (&rest arguments)
"Create a command line to execute PlantUML with arguments (as ARGUMENTS)."
;; (shell-command (format "") (concat plantuml-run-command " " buffer-file-name))
(let ((cmd (format plantuml-run-command (shell-quote-argument plantuml-jar-path)))
(argstring (mapconcat 'shell-quote-argument arguments " ")))
(concat cmd " " argstring)))