Remove useless log.

This commit is contained in:
Themaister 2014-06-13 18:23:43 +02:00
parent ece82786db
commit 7cba4fe0fb

View File

@ -117,9 +117,6 @@ static bool rpng_image_load_argb_shift(const char *path, struct texture_image *o
else if (strstr(path, ".png")) else if (strstr(path, ".png"))
{ {
bool ret = rpng_load_image_argb(path, &out_img->pixels, &out_img->width, &out_img->height); bool ret = rpng_load_image_argb(path, &out_img->pixels, &out_img->width, &out_img->height);
RARCH_LOG("[RPNG]: Using RPNG loader.\n");
if (!ret) if (!ret)
return false; return false;