[#24565] editors/armature: overwritten return value

Reported by Nicolas Kaiser

(error was turning off some optimization in etch-a-ton)
This commit is contained in:
Martin Poirier
2010-11-06 17:25:33 +00:00
parent 5d1ea9e340
commit e686cdae93

View File

@@ -1925,8 +1925,6 @@ static RetargetMode detectArcRetargetMode(RigArc *iarc)
mode = RETARGET_LENGTH;
}
mode = RETARGET_AGGRESSIVE;
return mode;
}