diff --git a/src/image/image.c b/src/image/image.c index 02dc9fa9..d5c80a15 100644 --- a/src/image/image.c +++ b/src/image/image.c @@ -139,7 +139,6 @@ void image_open(struct image *im, struct slot *slot, DWORD *cltbl) if (!strcmp(ext, type->ext)) break; hint = type->handler; - if (hint == NULL) /* Apply host-specific overrides to the hint. */ switch (ff_cfg.host) {