aboutsummaryrefslogtreecommitdiffstats
path: root/components/selectors/tree.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/selectors/tree.rs')
-rw-r--r--components/selectors/tree.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/components/selectors/tree.rs b/components/selectors/tree.rs
index d6198c5a5f5..ac90fa1f00c 100644
--- a/components/selectors/tree.rs
+++ b/components/selectors/tree.rs
@@ -117,13 +117,6 @@ pub trait Element: Sized + Clone + Debug {
case_sensitivity: CaseSensitivity,
) -> bool;
- /// Returns the mapping from the `exportparts` attribute in the regular
- /// direction, that is, inner-tree -> outer-tree.
- fn exported_part(
- &self,
- name: &<Self::Impl as SelectorImpl>::PartName,
- ) -> Option<<Self::Impl as SelectorImpl>::PartName>;
-
/// Returns the mapping from the `exportparts` attribute in the reverse
/// direction, that is, in an outer-tree -> inner-tree direction.
fn imported_part(