mirror of https://github.com/lapce/lapce.git
Merge pull request #371 from PhilipDaniels/delete_container_rs
Delete unused container.rs
This commit is contained in:
commit
d947fa1ca3
|
@ -1,8 +0,0 @@
|
|||
|
||||
use druid::{Point, Size};
|
||||
|
||||
pub struct ChildState {
|
||||
pub origin: Option<Point>,
|
||||
pub size: Option<Size>,
|
||||
pub hidden: bool,
|
||||
}
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue