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() {