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:
bors-servo 2014-05-06 19:21:22 -04:00
commit 22c6060921

View file

@ -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. /// Appends the given item to the display list.
pub fn push(&mut self, item: DisplayItem) { pub fn push(&mut self, item: DisplayItem) {