Don't create frame when creating pipeline.

This commit is contained in:
Alan Jeffrey 2016-10-28 15:46:34 -05:00
parent e142de2d65
commit ee588a31c3

View file

@ -610,10 +610,6 @@ impl<Message, LTF, STF> Constellation<Message, LTF, STF>
assert!(!self.pipelines.contains_key(&pipeline_id));
self.pipelines.insert(pipeline_id, pipeline);
if !self.frames.contains_key(&frame_id) {
self.new_frame(frame_id, pipeline_id);
}
}
// Get an iterator for the current frame tree. Specify self.root_frame_id to