mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Remove dead code
This commit is contained in:
parent
812d70942f
commit
dbf65aee3c
1 changed files with 0 additions and 5 deletions
|
@ -233,11 +233,6 @@ impl DisplayList {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn dump(&self) {
|
|
||||||
for item in self.list.iter() {
|
|
||||||
item.debug_with_level(0);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Appends the given item to the display list.
|
/// Appends the given item to the display list.
|
||||||
pub fn push(&mut self, item: DisplayItem) {
|
pub fn push(&mut self, item: DisplayItem) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue