ui: remove unused function from title panel
This commit is contained in:
parent
c20ee3e629
commit
bc276e0f2c
1 changed files with 0 additions and 5 deletions
|
@ -99,11 +99,6 @@ impl TitlePanel {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Draw title text for [`TitleType::Single`] type.
|
|
||||||
fn single(ui: &mut egui::Ui, title: String) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Draw title text for [`TitleType::WithSubTitle`] type.
|
/// Draw title text for [`TitleType::WithSubTitle`] type.
|
||||||
fn with_sub_title(builder: StripBuilder, title: String, subtitle: String, animate_sub: bool) {
|
fn with_sub_title(builder: StripBuilder, title: String, subtitle: String, animate_sub: bool) {
|
||||||
builder
|
builder
|
||||||
|
|
Loading…
Reference in a new issue