Skip to content

Commit 42f764c

Browse files
Remove all-the-icons declarations now unneeded (#2701)
1 parent 5aedc49 commit 42f764c

File tree

4 files changed

+0
-15
lines changed

4 files changed

+0
-15
lines changed

helm-bookmark.el

-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@
3030

3131
(declare-function helm-browse-project "helm-files" (arg))
3232
(declare-function addressbook-bookmark-edit "ext:addressbook-bookmark.el" (bookmark))
33-
(declare-function all-the-icons-fileicon "ext:all-the-icons.el")
34-
(declare-function all-the-icons-icon-for-file"ext:all-the-icons.el")
35-
(declare-function all-the-icons-octicon "ext:all-the-icons.el")
36-
(declare-function all-the-icons-match-to-alist "ext:all-the-icons.el")
37-
(declare-function all-the-icons-faicon "ext:all-the-icons.el")
3833
(declare-function eww-read-bookmarks "eww")
3934

4035
(defvar all-the-icons-dir-icon-alist)

helm-buffers.el

-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
(declare-function helm-comp-read "helm-mode")
3131
(declare-function helm-browse-project "helm-files")
3232
(declare-function helm-ff-switch-to-shell "helm-files")
33-
(declare-function all-the-icons-icon-for-file "ext:all-the-icons.el")
34-
(declare-function all-the-icons-octicon "ext:all-the-icons.el")
3533

3634
(defvar all-the-icons-mode-icon-alist)
3735
(defvar dired-buffers)

helm-files.el

-4
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@
8888
(declare-function dired-async-processes "ext:dired-async.el")
8989
(declare-function dired-async-mode-line-message "ext:dired-async.el")
9090
(declare-function dired-async--modeline-mode "ext:dired-async.el")
91-
(declare-function all-the-icons-icon-for-file "ext:all-the-icons.el")
92-
(declare-function all-the-icons-octicon "ext:all-the-icons.el")
93-
(declare-function all-the-icons-match-to-alist "ext:all-the-icons.el")
94-
(declare-function all-the-icons-material "ext:all-the-icons.el")
9591
(declare-function helm-adaptive-sort "ext:helm-adaptive.el")
9692
(declare-function wfnames-setup-buffer "ext:wfnames.el")
9793
(declare-function svg-lib-progress-bar "ext:svg-lib")

helm-imenu.el

-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
(defvar nerd-icons-scale-factor)
3232

3333
(declare-function which-function "which-func")
34-
(declare-function all-the-icons-material "ext:all-the-icons.el")
35-
(declare-function all-the-icons-octicon "ext:all-the-icons.el")
36-
(declare-function all-the-icons-faicon "ext:all-the-icons.el")
37-
(declare-function all-the-icons-wicon "ext:all-the-icons.el")
3834

3935

4036
(defgroup helm-imenu nil

0 commit comments

Comments
 (0)