Simplification of TiffDecoder::decodeTiffEntry().

This commit is contained in:
Robin Mills
2019-06-07 18:39:45 +01:00
committed by Luis Diaz Mas
parent b02c80f7e4
commit bd1e7522c2
+1 -5
View File
@@ -473,11 +473,7 @@ namespace Exiv2 {
object->group());
// skip decoding if decoderFct == 0
if (decoderFct) {
if ( object->group() == nikonAf22Id ) {
EXV_CALL_MEMBER_FN(*this, decoderFct)(object);
} else {
EXV_CALL_MEMBER_FN(*this, decoderFct)(object);
}
EXV_CALL_MEMBER_FN(*this, decoderFct)(object);
}
} // TiffDecoder::decodeTiffEntry