diff options
| author | Hennadii Stepanov <[email protected]> | 2020-05-10 12:43:30 +0300 |
|---|---|---|
| committer | Hennadii Stepanov <[email protected]> | 2020-06-04 18:32:52 +0300 |
| commit | d924f2a596c8f37deb2dd94069c578244823c31f (patch) | |
| tree | cff3bcb4ad2cdc8dddbc29f7d0353d4fbe3a6cd7 /src/ui_interface.h | |
| parent | Pass bilingual_str argument to AbortNode() (diff) | |
| download | discoin-d924f2a596c8f37deb2dd94069c578244823c31f.tar.xz discoin-d924f2a596c8f37deb2dd94069c578244823c31f.zip | |
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.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui_interface.h b/src/ui_interface.h index d45811178..9f70d7b35 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, |