Remove old unused error formatting

This commit is contained in:
Willy-JL
2024-07-13 23:53:17 +01:00
parent 502d721629
commit a797814df3

View File

@@ -155,7 +155,6 @@ static void loader_show_gui_error(
// Generic error
dialog_message_set_header(message, "Error", 64, 0, AlignCenter, AlignTop);
furi_string_replace(error_message, ":", "\n");
furi_string_replace(error_message, "/ext/apps/", "");
furi_string_replace(error_message, ", ", "\n");
furi_string_replace(error_message, ": ", "\n");