Due to two identical commits (
15fd82319b and
6d8e5b08) getting merged
into jb-mr1-dev and master, duplicate code ended up in the camera
library after the second commit automerged into master.
Remove the duplicate lines to fix CTS failure.
Change-Id: Id91e3c9775f7191d1725cb6866fd2d972c3a0584
} else {
shot_ext->setfile = ISS_SUB_SCENARIO_STILL;
}
- if (m_wideAspect) {
-// shot_ext->setfile = ISS_SUB_SCENARIO_VIDEO;
- shot_ext->shot.ctl.aa.aeTargetFpsRange[0] = 30;
- shot_ext->shot.ctl.aa.aeTargetFpsRange[1] = 30;
- }
- else {
-// shot_ext->setfile = ISS_SUB_SCENARIO_STILL;
- }
if (triggered)
shot_ext->shot.ctl.aa.afTrigger = 1;