Remove canvas::Data leftover

This commit is contained in:
Héctor Ramón Jiménez 2020-02-12 09:24:22 +01:00
parent 4a24392c9c
commit 629153582f
2 changed files with 0 additions and 22 deletions

View file

@ -9,12 +9,10 @@ use std::hash::Hash;
pub mod layer;
pub mod path;
mod data;
mod fill;
mod frame;
mod stroke;
pub use data::Data;
pub use fill::Fill;
pub use frame::Frame;
pub use layer::Layer;