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:
authorgornekich <n.gorbadey@gmail.com>2021-07-25 14:34:54 +0300
committerGitHub <noreply@github.com>2021-07-25 14:34:54 +0300
commitebd158a823c68d4e908b190f8a55d1be7e9be87e (patch)
treef2a85b774350d9284a5f1d4bc3233bbc2cf7e9a0 /applications/dolphin
parent0c7a8edf518c77788ada147134c64513fbcde873 (diff)
[FL-1542], [FL-1603] Generate random name (#602)
* Lib: add random name library * Text_input: add default text clearing * All: rework all applications with new text_input API * Nfc: fix removing dev file on save_name scene enter * Lib: move all free radicals to toolbox and update API usage. Co-authored-by: あく <alleteam@gmail.com>
Diffstat (limited to 'applications/dolphin')
-rw-r--r--applications/dolphin/dolphin_views.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/applications/dolphin/dolphin_views.c b/applications/dolphin/dolphin_views.c
index 387a9f8e..ff468ef8 100644
--- a/applications/dolphin/dolphin_views.c
+++ b/applications/dolphin/dolphin_views.c
@@ -3,7 +3,6 @@
#include <gui/gui.h>
#include <gui/elements.h>
#include <api-hal.h>
-#include <version.h>
#include <api-hal-version.h>
static char* Lockmenu_Items[3] = {"Lock", "Set PIN", "DUMB mode"};