Host: Remove ConfirmMessage and ConfirmFormattedMessage functions

This commit is contained in:
chaoticgd
2025-11-10 21:54:04 +00:00
committed by Ty
parent 8cc28c25d8
commit eaa834d238
7 changed files with 0 additions and 74 deletions

View File

@@ -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)
{
}