mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Remove unused DisplayItem::LayeredItem.
This commit is contained in:
parent
275278be44
commit
6d09843586
2 changed files with 0 additions and 19 deletions
|
@ -485,9 +485,6 @@ impl WebRenderDisplayItemConverter for DisplayItem {
|
|||
DisplayItem::Line(..) => {
|
||||
println!("TODO DisplayItem::Line");
|
||||
}
|
||||
DisplayItem::LayeredItem(..) => {
|
||||
panic!("Unexpected in webrender!");
|
||||
}
|
||||
DisplayItem::BoxShadow(ref item) => {
|
||||
let rect = item.base.bounds.to_rectf();
|
||||
let box_bounds = item.box_bounds.to_rectf();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue