Remove unneeded double-initialization of the vars.

This commit is contained in:
bank 2014-10-16 19:39:54 +04:00 committed by Daniel Buckmaster
parent d9c5670e93
commit 62006e8b3c
4 changed files with 1 additions and 4 deletions

View file

@ -371,7 +371,6 @@ Marker::Marker()
mTypeMask |= MarkerObjectType;
mSeqNum = 0;
mSmoothingType = SmoothingTypeLinear;
mMSToNext = 1000;
mSmoothingType = SmoothingTypeSpline;
mKnotType = KnotTypeNormal;