summaryrefslogtreecommitdiff
path: root/lisp/ob-asymptote.el
diff options
context:
space:
mode:
authorSébastien Delafond <sdelafond@gmail.com>2015-08-25 12:27:35 +0200
committerSébastien Delafond <sdelafond@gmail.com>2015-08-25 14:22:00 +0200
commit97c50971465ff7f49ef2f57b3c09060939778727 (patch)
tree3da0aef5dd29bbe67a6e85b5a9a76b9b60b75d13 /lisp/ob-asymptote.el
parenta3a85ee67f2216f1d3c91e84474ba492ae9e1046 (diff)
Imported Upstream version 8.3.1
Diffstat (limited to 'lisp/ob-asymptote.el')
-rw-r--r--lisp/ob-asymptote.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/ob-asymptote.el b/lisp/ob-asymptote.el
index 21c0a17..ca58ecb 100644
--- a/lisp/ob-asymptote.el
+++ b/lisp/ob-asymptote.el
@@ -1,6 +1,6 @@
;;; ob-asymptote.el --- org-babel functions for asymptote evaluation
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
;; Author: Eric Schulte
;; Keywords: literate programming, reproducible research
@@ -45,9 +45,6 @@
(require 'ob)
(eval-when-compile (require 'cl))
-(declare-function orgtbl-to-generic "org-table" (table params))
-(declare-function org-combine-plists "org" (&rest plists))
-
(defvar org-babel-tangle-lang-exts)
(add-to-list 'org-babel-tangle-lang-exts '("asymptote" . "asy"))