summaryrefslogtreecommitdiff
path: root/source/fitz/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/image.c')
-rw-r--r--source/fitz/image.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/fitz/image.c b/source/fitz/image.c
index b4fd2112..03038b2c 100644
--- a/source/fitz/image.c
+++ b/source/fitz/image.c
@@ -948,8 +948,6 @@ fz_new_image_from_buffer(fz_context *ctx, fz_buffer *buffer)
if (len < 8)
fz_throw(ctx, FZ_ERROR_GENERIC, "unknown image file format");
- /* Note: cspace is only ever a borrowed reference here */
-
type = fz_recognize_image_format(ctx, buf);
switch (type)
{