[Base] Clean up simple message box utility.

This commit is contained in:
gibbed
2021-06-28 11:08:57 -05:00
committed by Rick Gibbed
parent bf5f700f9e
commit 80cafd9358
6 changed files with 44 additions and 25 deletions

View File

@@ -95,11 +95,6 @@ void AppendLogLine(LogLevel log_level, const char prefix_char,
// Logs a fatal error and aborts the program.
void FatalError(const std::string_view str);
// Shows error box
void ShowErrorMessageBox(std::string m);
// Show info box
void ShowInfoMessageBox(std::string m);
} // namespace xe
#if XE_OPTION_ENABLE_LOGGING