Ver código fonte

ob-R: Delete duplicated function

* lisp/ob-R.el: Delete duplicated function
Dan Davison 14 anos atrás
pai
commit
d234a9973b
1 arquivos alterados com 0 adições e 5 exclusões
  1. 0 5
      lisp/ob-R.el

+ 0 - 5
lisp/ob-R.el

@@ -68,11 +68,6 @@
       (append (org-babel-variable-assignments:R params)
 	      (list body))) "\n")))
 
-(defun org-babel-R-graphical-output-file (params)
-  "Name of file to which R should send graphical output."
-  (and (member "graphics" (cdr (assq :result-params params)))
-       (cdr (assq :file params))))
-
 (defun org-babel-execute:R (body params)
   "Execute a block of R code.
 This function is called by `org-babel-execute-src-block'."