From 991fb0241484445bc7a9e3772e1ae5149543f23a Mon Sep 17 00:00:00 2001 From: docentYT <63965954+docentYT@users.noreply.github.com> Date: Tue, 12 May 2026 00:05:36 +0200 Subject: [PATCH] Remove function declaration that has no implementation and is not used --- application/driveruipanels.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/application/driveruipanels.h b/application/driveruipanels.h index 11b65c35..da4cad87 100644 --- a/application/driveruipanels.h +++ b/application/driveruipanels.h @@ -100,9 +100,6 @@ private: bool render_section( std::vector const &Lines ); bool render_section_scenario(); bool render_section_eventqueue(); -#ifdef WITH_UART - bool render_section_uart(); -#endif bool render_section_settings(); bool render_section_developer(); // members