This check is useless, since moved after the first stage

This commit is contained in:
Aleksandr Karpinskii 2024-07-02 18:45:13 +04:00
parent 6a87df2c1f
commit 5fb44ab694

View File

@ -92,11 +92,6 @@ ImagingGetBBox(Imaging im, int bbox[4], int alpha_only) {
GETBBOX(image32, mask);
}
/* Check that we got a box */
if (bbox[1] < 0) {
return 0; /* no data */
}
return 1; /* ok */
}