Commit b436336c authored by Christoffer Ackelman's avatar Christoffer Ackelman Committed by Claes Sjöfors

Don't spam the console with thousands and thousand of unnecessary messages.

Revert "Convert image, print if not converted".

This reverts commit 3081b33e.
parent eb2284c7
...@@ -88,9 +88,8 @@ int cnv_get_image(char* fname, cnv_tImImage* image, cnv_tPixmap* pixmap) ...@@ -88,9 +88,8 @@ int cnv_get_image(char* fname, cnv_tImImage* image, cnv_tPixmap* pixmap)
if (!*image) if (!*image)
return 0; return 0;
*pixmap = (cnv_tPixmap)Imlib_move_image(imlib, (ImlibImage*)*image); *pixmap = (cnv_tPixmap)Imlib_move_image(imlib, (ImlibImage*)*image);
#else
printf("** Image not converted: %s\n", fname);
#endif #endif
return 1; return 1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment