From 749fbf4f8d61d4a31437a64877dcfb80e88c4af5 Mon Sep 17 00:00:00 2001 From: "alex.kopachov" Date: Tue, 11 Jul 2023 11:08:59 +0200 Subject: [PATCH] Got rid of useless things I found --- totp_app.c | 4 ---- ui/scenes/add_new_token/totp_input_text.c | 1 - 2 files changed, 5 deletions(-) diff --git a/totp_app.c b/totp_app.c index 1c2a7df90e6..bdd2020673d 100644 --- a/totp_app.c +++ b/totp_app.c @@ -194,11 +194,7 @@ int32_t totp_app() { } // Affecting dolphin level -#if defined(DOLPHIN_DEED) - DOLPHIN_DEED(DolphinDeedPluginStart); -#else dolphin_deed(DolphinDeedPluginStart); -#endif // Set system callbacks ViewPort* view_port = view_port_alloc(); diff --git a/ui/scenes/add_new_token/totp_input_text.c b/ui/scenes/add_new_token/totp_input_text.c index 876a8de4e1b..95aa4fbaa34 100644 --- a/ui/scenes/add_new_token/totp_input_text.c +++ b/ui/scenes/add_new_token/totp_input_text.c @@ -1,7 +1,6 @@ #include "totp_input_text.h" #include -#include #include typedef struct {