Browse Source

Removed error.

Бранимир Караџић 6 years ago
parent
commit
f19841e815
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/image.cpp

+ 0 - 1
src/image.cpp

@@ -1289,7 +1289,6 @@ namespace bimg
 		ImageContainer imageContainer;
 		if (magicT != magic)
 		{
-			BX_ERROR_SET(_err, BIMG_ERROR, "Invalid header magic.");
 			return NULL;
 		}