diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2014-05-03 21:33:32 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2014-05-03 21:34:31 +0530 |
commit | dbf65aee3c1b7d7c753ec6848c3e8bea1b948b70 (patch) | |
tree | 3878be51d86d442886a8a3e8b6b800f0f866ed44 /src/components/gfx/display_list.rs | |
parent | 812d70942f74c793afabb8ff4fc120e92d586aaf (diff) | |
download | servo-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.rs | 5 |
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) { |