mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 13:30:48 +00:00
Remove unused layout_dom_node
module
This commit is contained in:
parent
3e12576b3c
commit
fe272a6d7c
2 changed files with 0 additions and 13 deletions
|
@ -1,12 +0,0 @@
|
|||
// pub struct LayoutDomNode {
|
||||
// pub namespace: String,
|
||||
// pub name: String,
|
||||
// pub placement:
|
||||
// // pub body: Vec<LayoutDomNode>
|
||||
// }
|
||||
|
||||
// pub struct LayoutPlacement {
|
||||
// pub width: f32,
|
||||
// pub height: f32,
|
||||
// pub x_align:
|
||||
// }
|
|
@ -7,7 +7,6 @@ mod gui_node;
|
|||
mod layout_abstract_syntax;
|
||||
mod layout_abstract_types;
|
||||
mod layout_attribute_parser;
|
||||
mod layout_dom_node;
|
||||
mod layout_system;
|
||||
mod pipeline;
|
||||
mod resource_cache;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue