1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-11 08:30:45 -08:00

* lisp/image-dired.el: Remove unnecessary 'declare-function'.

This commit is contained in:
Stefan Kangas 2021-11-17 11:46:14 +01:00
parent 2caa06eab5
commit e0261d4a0c

View file

@ -1739,8 +1739,6 @@ Note that n, p and <down> and <up> will be hijacked and bound to
`image-dired-dired-next-line' and `image-dired-dired-previous-line'." `image-dired-dired-next-line' and `image-dired-dired-previous-line'."
:keymap image-dired-minor-mode-map) :keymap image-dired-minor-mode-map)
(declare-function clear-image-cache "image.c" (&optional filter))
(defun image-dired-create-thumbs (&optional arg) (defun image-dired-create-thumbs (&optional arg)
"Create thumbnail images for all marked files in Dired. "Create thumbnail images for all marked files in Dired.
With prefix argument ARG, create thumbnails even if they already exist With prefix argument ARG, create thumbnails even if they already exist