Host: Purge ReportFormattedDebuggerMessage()

This commit is contained in:
Stenzek
2024-07-19 14:00:29 +10:00
parent aa94b07f30
commit 567b86ce79
3 changed files with 20 additions and 35 deletions

View File

@ -72,7 +72,6 @@ SettingsInterface* GetSettingsInterface();
/// Debugger feedback.
void ReportDebuggerMessage(std::string_view message);
void ReportFormattedDebuggerMessage(const char* format, ...);
/// Returns a list of supported languages and codes (suffixes for translation files).
std::span<const std::pair<const char*, const char*>> GetAvailableLanguageList();