mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-25 22:32:29 +03:00
lfrfid: t5577_clear: remove unneeded comment
This commit is contained in:
parent
19e230823b
commit
10b55bcbd2
@ -80,7 +80,6 @@ void lfrfid_scene_clear_t5577_on_enter(void* context) {
|
|||||||
FuriString* cmd;
|
FuriString* cmd;
|
||||||
cmd = furi_string_alloc();
|
cmd = furi_string_alloc();
|
||||||
|
|
||||||
// what is it?
|
|
||||||
lfrfid_cli_t5577_clear_password_and_config_to_EM(cli, cmd, app);
|
lfrfid_cli_t5577_clear_password_and_config_to_EM(cli, cmd, app);
|
||||||
|
|
||||||
widget_add_string_element(
|
widget_add_string_element(
|
||||||
@ -119,4 +118,5 @@ void lfrfid_scene_clear_t5577_on_exit(void* context) {
|
|||||||
LfRfid* app = context;
|
LfRfid* app = context;
|
||||||
popup_reset(app->popup);
|
popup_reset(app->popup);
|
||||||
widget_reset(app->widget);
|
widget_reset(app->widget);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user