aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/gfx/display_list.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2014-05-03 21:33:32 +0530
committerManish Goregaokar <manishsmail@gmail.com>2014-05-03 21:34:31 +0530
commitdbf65aee3c1b7d7c753ec6848c3e8bea1b948b70 (patch)
tree3878be51d86d442886a8a3e8b6b800f0f866ed44 /src/components/gfx/display_list.rs
parent812d70942f74c793afabb8ff4fc120e92d586aaf (diff)
downloadservo-dbf65aee3c1b7d7c753ec6848c3e8bea1b948b70.tar.gz
servo-dbf65aee3c1b7d7c753ec6848c3e8bea1b948b70.zip
Remove dead code
Diffstat (limited to 'src/components/gfx/display_list.rs')
-rw-r--r--src/components/gfx/display_list.rs5
1 files changed, 0 insertions, 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) {