mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove unused trait method.
This commit is contained in:
parent
aef6054dc6
commit
c715cef4c5
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue