branch: externals/dicom
commit f0eacedd546b4444acb7454ad771ae4627013faf
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
ImageMagick is not used anymore
---
dicom.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dicom.el b/dicom.el
index 6fad477a6e..d28c2b59bd 100644
--- a/dicom.el
+++ b/dicom.el
@@ -457,7 +457,7 @@ REUSE can be a buffer name to reuse."
(dolist (type '(png svg))
(unless (image-type-available-p type)
(push (format "lib%s" type) req)))
- (dolist (exe '("dcm2xml" "dcmj2pnm" "convert"))
+ (dolist (exe '("dcm2xml" "dcmj2pnm"))
(unless (executable-find exe)
(push exe req)))
(when req