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

    Declaring icon vars is no more needed (#2702)
---
 helm-buffers.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/helm-buffers.el b/helm-buffers.el
index cd58415962..023a17fb6b 100644
--- a/helm-buffers.el
+++ b/helm-buffers.el
@@ -31,12 +31,10 @@
 (declare-function helm-browse-project "helm-files")
 (declare-function helm-ff-switch-to-shell "helm-files")
 
-(defvar all-the-icons-mode-icon-alist)
 (defvar dired-buffers)
 (defvar org-directory)
 (defvar helm-ff-default-directory)
 (defvar major-mode-remap-alist)
-(defvar nerd-icons-mode-icon-alist)
 
 
 (defgroup helm-buffers nil

Reply via email to