Ver Fonte

Got rid of useless things I found

alex.kopachov há 2 anos atrás
pai
commit
749fbf4f8d
2 ficheiros alterados com 0 adições e 5 exclusões
  1. 0 4
      totp_app.c
  2. 0 1
      ui/scenes/add_new_token/totp_input_text.c

+ 0 - 4
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();

+ 0 - 1
ui/scenes/add_new_token/totp_input_text.c

@@ -1,7 +1,6 @@
 #include "totp_input_text.h"
 
 #include <gui/view_dispatcher.h>
-#include <gui/view.h>
 #include <gui/modules/text_input.h>
 
 typedef struct {