mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
Host: Remove ConfirmMessage and ConfirmFormattedMessage functions
This commit is contained in:
@@ -46,11 +46,6 @@ void Host::ReportErrorAsync(const std::string_view title, const std::string_view
|
||||
{
|
||||
}
|
||||
|
||||
bool Host::ConfirmMessage(const std::string_view title, const std::string_view message)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
void Host::OpenURL(const std::string_view url)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user