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:
Martin Robinson 2025-03-15 13:54:48 +01:00 committed by GitHub
parent 7517976722
commit bc4ee8b56a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 58 deletions

View file

@ -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")
},