don't set timeline state twice

This commit is contained in:
rolux 2012-06-06 16:31:44 +02:00
parent 73551a469d
commit 639847da07

View file

@ -1140,7 +1140,6 @@ Ox.VideoEditor = function(options, self) {
Ox.Break(); Ox.Break();
} }
}); });
setTimelineState();
setPoint('in', points['in']); setPoint('in', points['in']);
setPoint('out', points.out); setPoint('out', points.out);
} }