mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Remove unused children_count method from TNode.
The semantics of this method with respect to anonymous children are unclear. Thankfully it's unused, so we can remove it.
This commit is contained in:
parent
b56297f2a5
commit
1799b0a5df
3 changed files with 0 additions and 13 deletions
|
@ -100,8 +100,6 @@ pub trait TNode : Sized + Copy + Clone {
|
|||
|
||||
fn as_document(&self) -> Option<Self::ConcreteDocument>;
|
||||
|
||||
fn children_count(&self) -> u32;
|
||||
|
||||
fn has_changed(&self) -> bool;
|
||||
|
||||
unsafe fn set_changed(&self, value: bool);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue