Delete unused container.rs

This commit is contained in:
Philip Daniels 2022-04-04 21:48:16 +01:00
parent 6181946c89
commit 6031834ba4
2 changed files with 0 additions and 9 deletions

View File

@ -1,8 +0,0 @@
use druid::{Point, Size};
pub struct ChildState {
pub origin: Option<Point>,
pub size: Option<Size>,
pub hidden: bool,
}

View File

@ -2,7 +2,6 @@
pub mod app;
pub mod code_action;
pub mod completion;
pub mod container;
pub mod editor;
pub mod explorer;
pub mod find;