branch: elpa/helm
commit 42f764cff0ff972a0ec34f79a7bf7cf6e7797f46
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Remove all-the-icons declarations now unneeded (#2701)
---
 helm-bookmark.el | 5 -----
 helm-buffers.el  | 2 --
 helm-files.el    | 4 ----
 helm-imenu.el    | 4 ----
 4 files changed, 15 deletions(-)

diff --git a/helm-bookmark.el b/helm-bookmark.el
index aac651c240..f5257f669c 100644
--- a/helm-bookmark.el
+++ b/helm-bookmark.el
@@ -30,11 +30,6 @@
 
 (declare-function helm-browse-project "helm-files" (arg))
 (declare-function addressbook-bookmark-edit "ext:addressbook-bookmark.el" 
(bookmark))
-(declare-function all-the-icons-fileicon     "ext:all-the-icons.el")
-(declare-function all-the-icons-icon-for-file"ext:all-the-icons.el")
-(declare-function all-the-icons-octicon      "ext:all-the-icons.el")
-(declare-function all-the-icons-match-to-alist "ext:all-the-icons.el")
-(declare-function all-the-icons-faicon "ext:all-the-icons.el")
 (declare-function eww-read-bookmarks "eww")
 
 (defvar all-the-icons-dir-icon-alist)
diff --git a/helm-buffers.el b/helm-buffers.el
index 7e90fe8ac4..7515acddb9 100644
--- a/helm-buffers.el
+++ b/helm-buffers.el
@@ -30,8 +30,6 @@
 (declare-function helm-comp-read "helm-mode")
 (declare-function helm-browse-project "helm-files")
 (declare-function helm-ff-switch-to-shell "helm-files")
-(declare-function all-the-icons-icon-for-file "ext:all-the-icons.el")
-(declare-function all-the-icons-octicon "ext:all-the-icons.el")
 
 (defvar all-the-icons-mode-icon-alist)
 (defvar dired-buffers)
diff --git a/helm-files.el b/helm-files.el
index 5342ae0d17..591ade7962 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -88,10 +88,6 @@
 (declare-function dired-async-processes "ext:dired-async.el")
 (declare-function dired-async-mode-line-message "ext:dired-async.el")
 (declare-function dired-async--modeline-mode "ext:dired-async.el")
-(declare-function all-the-icons-icon-for-file "ext:all-the-icons.el")
-(declare-function all-the-icons-octicon "ext:all-the-icons.el")
-(declare-function all-the-icons-match-to-alist "ext:all-the-icons.el")
-(declare-function all-the-icons-material "ext:all-the-icons.el")
 (declare-function helm-adaptive-sort "ext:helm-adaptive.el")
 (declare-function wfnames-setup-buffer "ext:wfnames.el")
 (declare-function svg-lib-progress-bar "ext:svg-lib")
diff --git a/helm-imenu.el b/helm-imenu.el
index e2811e0f5b..b658553ec3 100644
--- a/helm-imenu.el
+++ b/helm-imenu.el
@@ -31,10 +31,6 @@
 (defvar nerd-icons-scale-factor)
 
 (declare-function which-function "which-func")
-(declare-function all-the-icons-material "ext:all-the-icons.el")
-(declare-function all-the-icons-octicon  "ext:all-the-icons.el")
-(declare-function all-the-icons-faicon   "ext:all-the-icons.el")
-(declare-function all-the-icons-wicon    "ext:all-the-icons.el")
 
 
 (defgroup helm-imenu nil

Reply via email to