remove the ability to request for the title

This commit is contained in:
Paul Rouget 2017-07-12 04:58:53 +02:00
parent 82f65f6eb3
commit 88686690e5
7 changed files with 5 additions and 59 deletions

View file

@ -256,10 +256,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| {