aboutsummaryrefslogtreecommitdiff
path: root/src/ui_interface.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-05-10 12:43:30 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-06-04 18:32:52 +0300
commitd924f2a596c8f37deb2dd94069c578244823c31f (patch)
treecff3bcb4ad2cdc8dddbc29f7d0353d4fbe3a6cd7 /src/ui_interface.h
parent083daf7fbaf02de61f8d197ef6a8df98c1a57f7b (diff)
downloadbitcoin-d924f2a596c8f37deb2dd94069c578244823c31f.tar.xz
Drop MSG_NOPREFIX flag
Since bilingual_str type is fully supported, the MSG_NOPREFIX flag is no longer needed.
Diffstat (limited to 'src/ui_interface.h')
-rw-r--r--src/ui_interface.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui_interface.h b/src/ui_interface.h
index d45811178f..9f70d7b35c 100644
--- a/src/ui_interface.h
+++ b/src/ui_interface.h
@@ -67,9 +67,6 @@ public:
/** Force blocking, modal message box dialog (not just OS notification) */
MODAL = 0x10000000U,
- /** Do not prepend error/warning prefix */
- MSG_NOPREFIX = 0x20000000U,
-
/** Do not print contents of message to debug log */
SECURE = 0x40000000U,