mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
constellation: Remove two unused messages to the Constellation (#35972)
This also removes supporting code which becomes unused as well. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
7517976722
commit
bc4ee8b56a
3 changed files with 1 additions and 58 deletions
|
@ -61,8 +61,6 @@ mod from_compositor {
|
|||
fn log_target(&self) -> &'static str {
|
||||
match self {
|
||||
Self::Exit => target!("Exit"),
|
||||
Self::GetBrowsingContext(..) => target!("GetBrowsingContext"),
|
||||
Self::GetPipeline(..) => target!("GetPipeline"),
|
||||
Self::GetFocusTopLevelBrowsingContext(..) => {
|
||||
target!("GetFocusTopLevelBrowsingContext")
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue