From bc276e0f2c91d074cc3c5222aa4efcffac625f01 Mon Sep 17 00:00:00 2001 From: ardocrat Date: Fri, 14 Jul 2023 03:52:13 +0300 Subject: [PATCH] ui: remove unused function from title panel --- src/gui/views/title_panel.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/gui/views/title_panel.rs b/src/gui/views/title_panel.rs index 84d8355..5ceff66 100644 --- a/src/gui/views/title_panel.rs +++ b/src/gui/views/title_panel.rs @@ -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