Drop MSG_NOPREFIX flag

Since bilingual_str type is fully supported, the MSG_NOPREFIX flag is no
longer needed.
This commit is contained in:
Hennadii Stepanov
2020-05-10 12:43:30 +03:00
parent 083daf7fba
commit d924f2a596
4 changed files with 23 additions and 33 deletions

View File

@@ -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,