Allow no prefix usage of name_generator_make_detailed_datetime

Remove extra check for NULL since check is present in code already
This commit is contained in:
MX 2024-04-12 20:16:42 +03:00
parent b299604932
commit f4ffd29bbc
No known key found for this signature in database
GPG key ID: 7CCC66B7DBDD1C83

View file

@ -74,7 +74,6 @@ void name_generator_make_detailed_datetime(
DateTime* custom_time) {
furi_check(name);
furi_check(max_name_size);
furi_check(prefix);
DateTime dateTime;
if(custom_time) {