Skip to content

Commit 3578a93

Browse files
committed
chore: Remove display text for operation
1 parent fefd570 commit 3578a93

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/constant_texts.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,5 @@ const char *ui_text_send_logs_prompt = "Send logs to the cySync app?";
589589
const char *ui_text_memo_text = "Memo: \"%s\"";
590590
const char *ui_text_memo_id = "Memo ID: %llu";
591591
const char *ui_text_memo_hash = "Memo Hash: %s";
592-
const char *ui_text_operation = "Operation: %s";
593592
const char *ui_text_memo_unknown = "Memo: (unknown type %u)";
594593
const char *ui_text_memo_hash_prefix = "Memo Hash: ";

src/constant_texts.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ extern const char *ui_text_send_logs_prompt;
422422
extern const char *ui_text_memo_text;
423423
extern const char *ui_text_memo_id;
424424
extern const char *ui_text_memo_hash;
425-
extern const char *ui_text_operation;
426425
extern const char *ui_text_memo_unknown;
427426
extern const char *ui_text_memo_hash_prefix;
428427

0 commit comments

Comments
 (0)