From 9ad69586d17dae565e9b5a1ff2340eca6f161d43 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 22 Oct 2015 16:06:54 +0200 Subject: Remove the ConstellationControlMsg::ReflowComplete message. --- components/script/script_task.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'components/script/script_task.rs') diff --git a/components/script/script_task.rs b/components/script/script_task.rs index 98431ab1330..8216cbfbacf 100644 --- a/components/script/script_task.rs +++ b/components/script/script_task.rs @@ -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(..) => -- cgit v1.2.3