mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 06:16:04 +00:00
remove splitter
This commit is contained in:
parent
2ceaea5148
commit
01a059c20c
2 changed files with 0 additions and 8 deletions
|
@ -6,7 +6,6 @@ extern crate lazy_static;
|
|||
|
||||
pub mod base_component;
|
||||
pub mod component;
|
||||
pub mod splitter;
|
||||
pub mod style;
|
||||
pub mod text_component;
|
||||
pub mod translatable_component;
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
//! Used for splitting text
|
||||
//! This includes wrapping long lines and applying legacy color formats.
|
||||
//! I'm not sure why applying legacy color formats is done here but that's the way Minecraft does it.
|
||||
|
||||
use crate::component::Component;
|
||||
|
||||
fn split_lines(component: Component) {}
|
Loading…
Add table
Reference in a new issue