diff --git a/src/components/gfx/display_list.rs b/src/components/gfx/display_list.rs index 89d847938eb..1bdbb41ad52 100644 --- a/src/components/gfx/display_list.rs +++ b/src/components/gfx/display_list.rs @@ -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) {