mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
layout: Remove the validate_display_list_geometry
debugging tool.
I don't think anyone was using it, and it's incompatible with taking display lists out of flows.
This commit is contained in:
parent
72a52e23e0
commit
f4b95dd00b
6 changed files with 0 additions and 59 deletions
|
@ -1853,10 +1853,6 @@ impl InlineFlowDisplayListBuilding for InlineFlow {
|
|||
self.base.build_display_items_for_debugging_tint(state,
|
||||
self.fragments.fragments[0].node);
|
||||
}
|
||||
|
||||
if opts::get().validate_display_list_geometry {
|
||||
self.base.validate_display_list_geometry();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue