mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 21:36:26 +00:00
Remove useless log.
This commit is contained in:
parent
ece82786db
commit
7cba4fe0fb
@ -117,9 +117,6 @@ static bool rpng_image_load_argb_shift(const char *path, struct texture_image *o
|
||||
else if (strstr(path, ".png"))
|
||||
{
|
||||
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)
|
||||
return false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user