mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: Remove unused selectors methods.
Differential Revision: https://phabricator.services.mozilla.com/D2767
This commit is contained in:
parent
489e224cb6
commit
bbcd7e414a
3 changed files with 0 additions and 40 deletions
|
@ -45,12 +45,6 @@ pub trait Element: Sized + Clone + Debug {
|
|||
self.parent_element()
|
||||
}
|
||||
|
||||
/// Skips non-element nodes
|
||||
fn first_child_element(&self) -> Option<Self>;
|
||||
|
||||
/// Skips non-element nodes
|
||||
fn last_child_element(&self) -> Option<Self>;
|
||||
|
||||
/// Skips non-element nodes
|
||||
fn prev_sibling_element(&self) -> Option<Self>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue