Remove the ConstellationControlMsg::ReflowComplete message.

This commit is contained in:
Ms2ger 2015-10-22 16:06:54 +02:00
parent 2456ddf4ba
commit 9ad69586d1
3 changed files with 0 additions and 8 deletions

View file

@ -1281,11 +1281,7 @@ impl LayoutTask {
}
// Tell script that we're done.
//
// FIXME(pcwalton): This should probably be *one* channel, but we can't fix this without
// either select or a filtered recv() that only looks for messages of a given type.
data.script_join_chan.send(()).unwrap();
data.script_chan.send(ConstellationControlMsg::ReflowComplete(self.id, data.id)).unwrap();
}
fn set_visible_rects<'a>(&'a self,