Remove more stuff from layout_2020

This commit is contained in:
Anthony Ramine 2019-08-02 17:36:42 +02:00
parent 9b4b02275e
commit 053e361e2f
8 changed files with 47 additions and 1079 deletions

View file

@ -10,8 +10,6 @@ extern crate serde;
pub mod context;
pub mod data;
pub mod display_list;
pub mod flow;
pub mod flow_ref;
mod fragment;
pub mod opaque_node;
pub mod query;
@ -21,6 +19,4 @@ pub mod wrapper;
// For unit tests:
pub use crate::fragment::Fragment;
// We can't use servo_arc for everything in layout, because the Flow stuff uses
// weak references.
use servo_arc::Arc as ServoArc;