Remove unused arguments from LoadComplete and LoadCompleteMsg

This commit is contained in:
Manish Goregaokar 2014-11-14 02:14:00 +05:30
parent d5f1bb2df5
commit cdddf6465c
5 changed files with 9 additions and 10 deletions

View file

@ -197,7 +197,7 @@ pub enum Msg {
ExitMsg,
FailureMsg(Failure),
InitLoadUrlMsg(Url),
LoadCompleteMsg(PipelineId, Url),
LoadCompleteMsg,
FrameRectMsg(PipelineId, SubpageId, Rect<f32>),
LoadUrlMsg(PipelineId, LoadData),
ScriptLoadedURLInIFrameMsg(Url, PipelineId, SubpageId, IFrameSandboxState),