diff --git a/.gitignore b/.gitignore index bd98bfa..f07a905 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ tools/fimgstats tools/mkfimg tools/png2fimg tools/addtga2fimg +tools/addpnm2fimg diff --git a/tools/addpnm2fimg.c b/tools/addpnm2fimg.c index 303ef4b..510c4a7 100644 --- a/tools/addpnm2fimg.c +++ b/tools/addpnm2fimg.c @@ -81,15 +81,6 @@ if (foo) { exit(2); } -/* -if ( (tgaW != infos[0]) || (tgaW != infos[0]) ) { - fprintf(stderr, " TGA %5d %5d\n", tgaW, tgaH); - fprintf(stderr, " FIMG %5d %5d\n", infos[0], infos[1]); - fprintf(stderr, " No dimension match.\n"); - exit(3); - } -*/ - foo = add_pnm_to_fimg(argv[1], argv[2], 0); return 0;