Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'applications/nfc/nfc.c')
-rw-r--r--applications/nfc/nfc.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/applications/nfc/nfc.c b/applications/nfc/nfc.c
index 93645cc1..9d32e871 100644
--- a/applications/nfc/nfc.c
+++ b/applications/nfc/nfc.c
@@ -199,18 +199,6 @@ void nfc_text_store_clear(Nfc* nfc) {
memset(nfc->text_store, 0, sizeof(nfc->text_store));
}
-static const NotificationSequence sequence_blink_start_blue = {
- &message_blink_start_10,
- &message_blink_set_color_blue,
- &message_do_not_reset,
- NULL,
-};
-
-static const NotificationSequence sequence_blink_stop = {
- &message_blink_stop,
- NULL,
-};
-
void nfc_blink_start(Nfc* nfc) {
notification_message(nfc->notifications, &sequence_blink_start_blue);
}