Skip to content

Commit

Permalink
Got rid of useless things I found
Browse files Browse the repository at this point in the history
  • Loading branch information
akopachov committed Jul 11, 2023
1 parent d0cb734 commit 749fbf4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions totp_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
1 change: 0 additions & 1 deletion ui/scenes/add_new_token/totp_input_text.c
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 749fbf4

Please sign in to comment.