Cleanup: remove unused function declaration

This commit is contained in:
Brecht Van Lommel
2022-05-12 22:43:09 +02:00
parent c09cfdb251
commit 6044c6d09b

View File

@@ -272,14 +272,6 @@ bool BKE_image_is_openexr(struct Image *ima);
*/
void BKE_image_backup_render(struct Scene *scene, struct Image *ima, bool free_current_slot);
/**
* For single-layer OpenEXR saving.
*/
bool BKE_image_save_openexr_multiview(struct Image *ima,
struct ImBuf *ibuf,
const char *filepath,
int flags);
/**
* Goes over all textures that use images.
*/