From 4bdb8ebb9259b941f007f06a09dabbbf14643c0b Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Thu, 13 Oct 2016 23:58:41 +0200 Subject: [PATCH] Removed unused code --- plantuml-mode.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/plantuml-mode.el b/plantuml-mode.el index fd310d6..7e512a8 100644 --- a/plantuml-mode.el +++ b/plantuml-mode.el @@ -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)))