mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
auto merge of #2304 : Manishearth/servo/deadcode, r=metajack
The code was added as a debugging method [here](5663ca1eef
), it's no longer used
This commit is contained in:
commit
22c6060921
1 changed files with 0 additions and 5 deletions
|
@ -232,11 +232,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.
|
||||
pub fn push(&mut self, item: DisplayItem) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue