Remove GotoURL

"Report" button has not been removed from CrashHandlerChild / Crash.mm / DialogDriver_Win32, but functionality has been removed.
This commit is contained in:
sukibaby
2025-01-25 01:49:14 -08:00
committed by teejusb
parent 6947276894
commit cc5670e8d1
17 changed files with 4 additions and 270 deletions
-10
View File
@@ -832,16 +832,6 @@ void GameCommand::ApplySelf( const std::vector<PlayerNumber> &vpns ) const
if( !m_sProfileID.empty() )
for (PlayerNumber const &pn : vpns)
ProfileManager::m_sDefaultLocalProfileID[pn].Set( m_sProfileID );
if( !m_sUrl.empty() )
{
if( HOOKS->GoToURL( m_sUrl ) )
{
if( m_bUrlExits )
SCREENMAN->SetNewScreen( "ScreenExit" );
}
else
ScreenPrompt::Prompt( SM_None, COULD_NOT_LAUNCH_BROWSER );
}
/* If we're going to stop music, do so before preparing new screens, so we
* don't stop music between preparing screens and loading screens. */