From dbf65aee3c1b7d7c753ec6848c3e8bea1b948b70 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sat, 3 May 2014 21:33:32 +0530 Subject: [PATCH] Remove dead code --- src/components/gfx/display_list.rs | 5 ----- 1 file changed, 5 deletions(-) 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) {