aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/display_list/builder.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/display_list/builder.rs')
-rw-r--r--components/layout/display_list/builder.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/components/layout/display_list/builder.rs b/components/layout/display_list/builder.rs
index d3f19ea1537..fd248d4d4d3 100644
--- a/components/layout/display_list/builder.rs
+++ b/components/layout/display_list/builder.rs
@@ -796,10 +796,6 @@ impl Fragment {
Image::CrossFade(..) | Image::ImageSet(..) => {
unreachable!("Shouldn't be parsed by Servo for now")
},
- Image::Rect(ref rect) => {
- // This is a (boxed) empty enum on non-Gecko
- match **rect {}
- },
}
}
}