mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-21 17:40:30 +01:00
Drop unused variables.
This commit is contained in:
parent
b014d746ea
commit
c9150dc0c4
1 changed files with 1 additions and 2 deletions
|
@ -325,8 +325,7 @@ Grayscale colors are aslo changed by `mode-icons-interpolate-from-scale'."
|
|||
(name (concat "mode_icons_bw_" (substring (mode-icons-interpolate background foreground 0.0) 1) "_"
|
||||
(substring (mode-icons-interpolate background foreground 1.0) 1) "_"
|
||||
(file-name-sans-extension (file-name-nondirectory icon-path))))
|
||||
(sym (intern name))
|
||||
ret)
|
||||
(sym (intern name)))
|
||||
(or (gethash sym mode-icons-get-icon-display-xpm-bw-face)
|
||||
(puthash sym (mode-icons-get-icon-display-xpm-replace icon-path lst name) mode-icons-get-icon-display-xpm-bw-face))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue