瀏覽代碼

ob-R: Delete duplicated function

* lisp/ob-R.el: Delete duplicated function
Dan Davison 14 年之前
父節點
當前提交
d234a9973b
共有 1 個文件被更改,包括 0 次插入5 次删除
  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'."