mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
script: Remove unused function.
This commit is contained in:
parent
0aa1fc5efe
commit
544c2d993a
1 changed files with 0 additions and 4 deletions
|
@ -426,10 +426,6 @@ impl Node {
|
|||
self.get_flag(HAS_DIRTY_DESCENDANTS)
|
||||
}
|
||||
|
||||
pub fn set_has_dirty_descendants(&self, state: bool) {
|
||||
self.set_flag(HAS_DIRTY_DESCENDANTS, state)
|
||||
}
|
||||
|
||||
pub fn rev_version(&self) {
|
||||
// The new version counter is 1 plus the max of the node's current version counter,
|
||||
// its descendants version, and the document's version. Normally, this will just be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue