aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/servo/lib.rs')
-rw-r--r--components/servo/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/components/servo/lib.rs b/components/servo/lib.rs
index f480e9157e9..25a2891046b 100644
--- a/components/servo/lib.rs
+++ b/components/servo/lib.rs
@@ -252,10 +252,6 @@ impl<Window> Browser<Window> where Window: WindowMethods + 'static {
self.compositor.pinch_zoom_level()
}
- pub fn request_title_for_main_frame(&self) {
- self.compositor.title_for_main_frame()
- }
-
pub fn setup_logging(&self) {
let constellation_chan = self.constellation_chan.clone();
log::set_logger(|max_log_level| {