mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Remove useless message
This commit is contained in:
parent
625634a027
commit
af5b50006f
2 changed files with 0 additions and 6 deletions
|
@ -1110,9 +1110,6 @@ impl<Message, LTF, STF> Constellation<Message, LTF, STF>
|
|||
debug!("constellation got focus message");
|
||||
self.handle_focus_msg(source_pipeline_id);
|
||||
}
|
||||
FromScriptMsg::ForwardEvent(destination_pipeline_id, event) => {
|
||||
self.forward_event(destination_pipeline_id, event);
|
||||
}
|
||||
FromScriptMsg::GetClipboardContents(sender) => {
|
||||
let contents = match self.clipboard_ctx {
|
||||
Some(ref mut ctx) => match ctx.get_contents() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue