Skip to content

Commit

Permalink
Removes deprecated function
Browse files Browse the repository at this point in the history
  • Loading branch information
acegoal07 committed Aug 21, 2024
1 parent 0cc95e2 commit 0227f47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion nfc_playlist.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ static NfcPlaylist* nfc_playlist_alloc() {
furi_assert(nfc_playlist);
nfc_playlist->scene_manager = scene_manager_alloc(&nfc_playlist_scene_handlers, nfc_playlist);
nfc_playlist->view_dispatcher = view_dispatcher_alloc();
view_dispatcher_enable_queue(nfc_playlist->view_dispatcher);
nfc_playlist->variable_item_list = variable_item_list_alloc();
nfc_playlist->submenu = submenu_alloc();
nfc_playlist->widget= widget_alloc();
Expand Down
1 change: 0 additions & 1 deletion scenes/nfc_playlist_scene_playlist_rename.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ int32_t nfc_playlist_playlist_rename_thread_task(void* context) {
}

furi_string_free(new_file_path);

furi_record_close(RECORD_STORAGE);

return 0;
Expand Down

0 comments on commit 0227f47

Please sign in to comment.