mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
Remove migration, not needed anymore
This commit is contained in:
@@ -28,14 +28,6 @@ static void storage_move_to_sd_remove_region() {
|
||||
if(storage_common_exists(storage, INT_PATH(".region_data"))) {
|
||||
storage_common_remove(storage, INT_PATH(".region_data"));
|
||||
}
|
||||
if(storage_common_exists(storage, EXT_PATH("apps/Misc/totp.conf"))) {
|
||||
storage_common_rename(
|
||||
storage, EXT_PATH("apps/Misc/totp.conf"), EXT_PATH("authenticator/totp.conf"));
|
||||
}
|
||||
if(storage_common_exists(storage, EXT_PATH("apps/Misc/barcodegen.save"))) {
|
||||
storage_common_remove(storage, EXT_PATH("apps/Misc/barcodegen.save"));
|
||||
storage_common_remove(storage, EXT_PATH("apps/Misc"));
|
||||
}
|
||||
|
||||
furi_record_close(RECORD_STORAGE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user