mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Remove unused RawLayoutNodeHelpers::type_id_for_layout.
This commit is contained in:
parent
c24d37dfcc
commit
32ee62b4c8
1 changed files with 0 additions and 5 deletions
|
@ -1185,7 +1185,6 @@ pub trait RawLayoutNodeHelpers {
|
||||||
unsafe fn get_disabled_state_for_layout(&self) -> bool;
|
unsafe fn get_disabled_state_for_layout(&self) -> bool;
|
||||||
#[allow(unsafe_code)]
|
#[allow(unsafe_code)]
|
||||||
unsafe fn get_enabled_state_for_layout(&self) -> bool;
|
unsafe fn get_enabled_state_for_layout(&self) -> bool;
|
||||||
fn type_id_for_layout(&self) -> NodeTypeId;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl RawLayoutNodeHelpers for Node {
|
impl RawLayoutNodeHelpers for Node {
|
||||||
|
@ -1209,10 +1208,6 @@ impl RawLayoutNodeHelpers for Node {
|
||||||
unsafe fn get_enabled_state_for_layout(&self) -> bool {
|
unsafe fn get_enabled_state_for_layout(&self) -> bool {
|
||||||
self.flags.get().contains(IN_ENABLED_STATE)
|
self.flags.get().contains(IN_ENABLED_STATE)
|
||||||
}
|
}
|
||||||
#[inline]
|
|
||||||
fn type_id_for_layout(&self) -> NodeTypeId {
|
|
||||||
self.type_id
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue