From 24635e76e013bb32c2c3db5f363e557cfb469b07 Mon Sep 17 00:00:00 2001 From: gullradriel Date: Wed, 11 Feb 2026 09:46:31 +0100 Subject: [PATCH] remove duplicated code, do we really want the same code if auto_save is not on ? --- scenes/protopirate_scene_receiver.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scenes/protopirate_scene_receiver.c b/scenes/protopirate_scene_receiver.c index 4d6e2e2..9450116 100644 --- a/scenes/protopirate_scene_receiver.c +++ b/scenes/protopirate_scene_receiver.c @@ -30,12 +30,6 @@ static void protopirate_scene_receiver_update_statusbar(void* context) { "%u/%u", protopirate_history_get_item(app->txrx->history), PROTOPIRATE_DISPLAY_HISTORY_MAX); - } else { - furi_string_printf( - history_stat_str, - "%u/%u", - protopirate_history_get_item(app->txrx->history), - PROTOPIRATE_DISPLAY_HISTORY_MAX); } // Pass actual external radio status