diff --git a/components/servo/lib.rs b/components/servo/lib.rs index d6f94263d59..0fd5a324fff 100644 --- a/components/servo/lib.rs +++ b/components/servo/lib.rs @@ -114,7 +114,6 @@ pub use export::url; /// application Servo is embedded in. Clients then create an event /// loop to pump messages between the embedding application and /// various browser components. - pub struct Browser { compositor: Box, }