commit | 5e3b693a117e227e21df1826fcfe4baf2e01c08a | [log] [tgz] |
---|---|---|
author | Bill Spitzak <spitzak@gmail.com> | Tue Aug 19 18:13:11 2014 -0700 |
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Thu Sep 11 13:11:29 2014 +0300 |
tree | 40474ba80a0173f49e59ab009a93f8c01248d6a1 | |
parent | 28371f7d55ba3468bd3baa06cbab9c82b4842ade [diff] |
image: don't print redundant error This error is printed by load_image() now Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
diff --git a/clients/image.c b/clients/image.c index 573117c..aee8112 100644 --- a/clients/image.c +++ b/clients/image.c
@@ -373,7 +373,6 @@ image->image = load_cairo_surface(filename); if (!image->image) { - fprintf(stderr, "could not find the image %s!\n", b); free(image->filename); free(image); return NULL;