Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Remove unused name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sil333033 committed Aug 9, 2023
1 parent e2694a5 commit f23770d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions applications/services/gui/modules/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ static void menu_draw_callback(Canvas* canvas, void* _model) {
break;
}
case MenuStyleC64: {
FuriString* name = furi_string_alloc();
FuriString* memstr = furi_string_alloc();

size_t index;
Expand Down Expand Up @@ -319,7 +318,6 @@ static void menu_draw_callback(Canvas* canvas, void* _model) {
}

furi_string_free(memstr);
furi_string_free(name);

break;
}
Expand Down

0 comments on commit f23770d

Please sign in to comment.