mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-20 20:38:24 -07:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user