summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-03-15 17:52:09 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-03-15 17:52:09 +0100
commit4c9f04c3942cbc9ebee4c7e81be2e80acfac10b5 (patch)
tree6d46c600b8ab345e896fe5da8b2d830d6952a1ad
parent384d2acd03397ed77ffcd17f271fd13df5928a07 (diff)
* helm-plugin.el: Remove unneeded stuff.
-rw-r--r--helm-plugin.el12
1 files changed, 0 insertions, 12 deletions
diff --git a/helm-plugin.el b/helm-plugin.el
index 93f50bcd..0242d2dc 100644
--- a/helm-plugin.el
+++ b/helm-plugin.el
@@ -21,10 +21,6 @@
(require 'helm)
(require 'helm-utils)
-(declare-function Info-index-nodes "info" (&optional file))
-(declare-function Info-goto-node "info" (&optional fork))
-(declare-function Info-find-node "info.el" (filename nodename &optional no-going-back))
-
;;; Plug-in: `info-index'
;;
@@ -53,14 +49,6 @@
(defvar helm-source-info-wget '((info-index . \"wget\"))")
-(helm-document-attribute 'index-nodes "info-index plugin (optional)"
- " Index nodes of info file.
-
- If it is omitted, `Info-index-nodes' is used to collect index
- nodes. Some info files are missing index specification.
-
- See `helm-source-info-screen'.")
-
;;; Plug-in: `candidates-file'
;;