mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Remove unused arguments from LoadComplete and LoadCompleteMsg
This commit is contained in:
parent
d5f1bb2df5
commit
cdddf6465c
5 changed files with 9 additions and 10 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue