Remove unnecessary return.

This commit is contained in:
John McNamara 2021-06-05 10:25:40 +01:00
parent 103f0cfd8b
commit c037de8e10

View File

@ -4100,8 +4100,6 @@ _worksheet_set_header_footer_image(lxw_worksheet *self, char *filename,
fclose(image_stream);
return LXW_ERROR_IMAGE_DIMENSIONS;
}
return LXW_NO_ERROR;
}
/*