mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
remove the ability to request for the title
This commit is contained in:
parent
82f65f6eb3
commit
88686690e5
7 changed files with 5 additions and 59 deletions
|
@ -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| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue