remove duplicate logging of libpng version
This commit is contained in:
parent
aefc398883
commit
2996d40d30
1 changed files with 0 additions and 3 deletions
|
@ -106,9 +106,6 @@ static void log_lib_versions(void) {
|
|||
log_info("Compiled against libpng %s", PNG_LIBPNG_VER_STRING);
|
||||
log_info("Using libpng %s", png_get_header_ver(NULL));
|
||||
|
||||
log_info("Compiled against libpng %s", PNG_LIBPNG_VER_STRING);
|
||||
log_info("Using libpng %s", png_get_header_ver(NULL));
|
||||
|
||||
SDL_version img_version_compiled;
|
||||
const SDL_version *img_version_linked = IMG_Linked_Version();
|
||||
SDL_IMAGE_VERSION(&img_version_compiled);
|
||||
|
|
Loading…
Reference in a new issue