Removed duplicate D7000 conditional when calculating the offsets of the raw mask

This commit is contained in:
Wyatt Olson 2010-12-29 12:58:43 -07:00
parent 15b0860bbb
commit a992bc91fe
2 changed files with 120 additions and 778 deletions

View File

@ -7359,8 +7359,6 @@ canon_cr2:
} else if (!strcmp(model,"D1X")) {
width -= 4;
pixel_aspect = 0.5;
} else if (!strcmp(model,"D7000")) {
width -= 40;
} else if (!strcmp(model,"D3100")) {
width -= 24;
left_margin = 4;

File diff suppressed because it is too large Load Diff