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
|
@ -104,7 +104,7 @@ impl CompositorEventListener for NullCompositor {
|
|||
CreateOrUpdateDescendantLayer(..) |
|
||||
SetLayerOrigin(..) | Paint(..) |
|
||||
ChangeReadyState(..) | ChangeRenderState(..) | ScrollFragmentPoint(..) |
|
||||
LoadComplete(..) | RenderMsgDiscarded(..) | ScrollTimeout(..) => ()
|
||||
LoadComplete | RenderMsgDiscarded(..) | ScrollTimeout(..) => ()
|
||||
}
|
||||
true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue