Remove unused trait method.

This commit is contained in:
Corey Farwell 2016-10-10 13:42:16 -04:00
parent aef6054dc6
commit c715cef4c5

View file

@ -276,10 +276,6 @@ impl Request {
self.url_list.borrow().last().unwrap().clone()
}
pub fn current_url_string(&self) -> String {
self.url_list.borrow().last().unwrap().to_string()
}
pub fn is_navigation_request(&self) -> bool {
self.destination == Destination::Document
}