Remove dead code

This commit is contained in:
Manish Goregaokar 2014-05-03 21:33:32 +05:30
parent 812d70942f
commit dbf65aee3c

View file

@ -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.
pub fn push(&mut self, item: DisplayItem) {