mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Remove some compat functions from gmm-utils.el
* lisp/gnus/gmm-utils.el (gmm-tool-bar-from-list): Remove compat code. (gmm-image-search-load-path): Remove. (gmm-image-load-path-for-library): Remove.
This commit is contained in:
parent
e1f22c1739
commit
9de3de8cbf
4 changed files with 13 additions and 122 deletions
|
|
@ -2938,9 +2938,7 @@ When FORCE, rebuild the tool bar."
|
|||
tool-bar-mode
|
||||
(or (not gnus-summary-tool-bar-map) force))
|
||||
(let* ((load-path
|
||||
(gmm-image-load-path-for-library "gnus"
|
||||
"mail/save.xpm"
|
||||
nil t))
|
||||
(image-load-path-for-library "gnus" "mail/save.xpm" nil t))
|
||||
(image-load-path (cons (car load-path) image-load-path))
|
||||
(map (gmm-tool-bar-from-list gnus-summary-tool-bar
|
||||
gnus-summary-tool-bar-zap-list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue