ui: remove unused function from title panel

This commit is contained in:
ardocrat 2023-07-14 03:52:13 +03:00
parent c20ee3e629
commit bc276e0f2c

View file

@ -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.
fn with_sub_title(builder: StripBuilder, title: String, subtitle: String, animate_sub: bool) {
builder