aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/tinyexr/tinyexr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/tinyexr/tinyexr.h')
-rw-r--r--src/3rdparty/tinyexr/tinyexr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/3rdparty/tinyexr/tinyexr.h b/src/3rdparty/tinyexr/tinyexr.h
index d4001575..537e1984 100644
--- a/src/3rdparty/tinyexr/tinyexr.h
+++ b/src/3rdparty/tinyexr/tinyexr.h
@@ -9287,9 +9287,6 @@ int SaveEXR(const float *data, int width, int height, int components,
}
int ret = SaveEXRImageToFile(&image, &header, outfilename, err);
- if (ret != TINYEXR_SUCCESS) {
- return ret;
- }
free(header.channels);
free(header.pixel_types);