From a08dba780ab8047e47a0bff3f74234ca38bed7c6 Mon Sep 17 00:00:00 2001 From: localhorst Date: Tue, 6 Jan 2026 20:16:11 +0100 Subject: [PATCH] cleanup --- main/control.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/main/control.c b/main/control.c index ec40635..f0c95fa 100644 --- a/main/control.c +++ b/main/control.c @@ -17,9 +17,6 @@ static const char *TAG = "CONTROL"; static uint8_t current_animation_mode = 0; -// Forward declarations -static void on_mode_change(); - // Animation mode change callback static void on_mode_change() {