diff --git a/src/components/gfx/display_list.rs b/src/components/gfx/display_list.rs index 6d47d76fc08..6247fb1a336 100644 --- a/src/components/gfx/display_list.rs +++ b/src/components/gfx/display_list.rs @@ -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) {