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

@ -935,8 +935,6 @@ impl ScriptTask {
self.handle_navigate(pipeline_id, Some(subpage_id), load_data),
ConstellationControlMsg::SendEvent(id, event) =>
self.handle_event(id, event),
ConstellationControlMsg::ReflowComplete(_id, _reflow_id) =>
(),
ConstellationControlMsg::ResizeInactive(id, new_size) =>
self.handle_resize_inactive_msg(id, new_size),
ConstellationControlMsg::Viewport(..) =>