Skip to content

Commit

Permalink
Kill fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
nox committed Sep 11, 2019
1 parent 5bcb1b5 commit d0d4bb7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 107 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion components/layout_2020/Cargo.toml
Expand Up @@ -27,7 +27,6 @@ rayon = "1"
script_layout_interface = {path = "../script_layout_interface"}
script_traits = {path = "../script_traits"}
serde = "1.0"
servo_arc = {path = "../servo_arc"}
servo_url = {path = "../url"}
style = {path = "../style", features = ["servo", "servo-layout-2020"]}
style_traits = {path = "../style_traits"}
Expand Down
99 changes: 0 additions & 99 deletions components/layout_2020/fragment.rs

This file was deleted.

6 changes: 0 additions & 6 deletions components/layout_2020/lib.rs
Expand Up @@ -6,13 +6,7 @@

pub mod context;
pub mod data;
mod fragment;
pub mod opaque_node;
pub mod query;
pub mod traversal;
pub mod wrapper;

// For unit tests:
pub use crate::fragment::Fragment;

use servo_arc::Arc as ServoArc;

0 comments on commit d0d4bb7

Please sign in to comment.