Simplification of TiffDecoder::decodeTiffEntry().
This commit is contained in:
committed by
Luis Diaz Mas
parent
b02c80f7e4
commit
bd1e7522c2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user