(mm-valid-and-fit-image-p): Don't test
[gnus] / lisp / mm-decode.el
index 5a4ac06..c549ebd 100644 (file)
@@ -838,8 +838,7 @@ external if displayed external."
 
 (defun mm-valid-and-fit-image-p (format handle)
   "Say whether FORMAT can be displayed natively and HANDLE fits the window."
-  (and window-system
-       (mm-valid-image-format-p format)
+  (and (mm-valid-image-format-p format)
        (mm-image-fit-p handle)))
 
 (provide 'mm-decode)