summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-09-18 11:30:18 -0400
committerKyle Meyer <kyle@kyleam.com>2016-09-18 11:30:18 -0400
commit7cb0decdc784a90f0d3b0881750fd92d19e4adcb (patch)
tree3a8661429625f3c12757a61d459ff0fb057047f6
parent78bcf9373112ad48ce32267b9bdf75cb9f586033 (diff)
parentf46b92df92f2c8202164b86b3a1ddee936ee2d4b (diff)
downloadorg-mode-7cb0decdc784a90f0d3b0881750fd92d19e4adcb.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/ob-core.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index 2f2a6f2..8b3f2d6 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -96,10 +96,6 @@
(declare-function orgtbl-to-orgtbl "org-table" (table params))
(declare-function outline-show-all "outline" ())
(declare-function tramp-compat-make-temp-file "tramp-compat" (filename &optional dir-flag))
-(declare-function tramp-dissect-file-name "tramp" (name &optional nodefault))
-(declare-function tramp-file-name-host "tramp" (vec))
-(declare-function tramp-file-name-user "tramp" (vec))
-(declare-function with-parsed-tramp-file-name "tramp" (filename var &rest body) t)
(defgroup org-babel nil
"Code block evaluation and management in `org-mode' documents."