branch: elpa/helm commit 9ccab9e4358d8e85a629061ed6af54fe1deca0e6 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Remove now unneeded decalarations --- helm-x-icons.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/helm-x-icons.el b/helm-x-icons.el index f27d070f9e..e881ee8cb8 100644 --- a/helm-x-icons.el +++ b/helm-x-icons.el @@ -20,11 +20,6 @@ (require 'all-the-icons nil t) (require 'nerd-icons nil t) -(declare-function nerd-icons-octicon "ext:nerd-icons") -(declare-function nerd-icons-faicon "ext:nerd-icons") -(declare-function nerd-icons-mdicon "ext:nerd-icons") -(declare-function nerd-icons-codicon "ext:nerd-icons") - (defgroup helm-x-icons nil "Compatibility functions between icons provider packages." :group 'helm)