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 23:53:44 -08:00
committed by teejusb
parent 6947276894
commit cc5670e8d1
17 changed files with 4 additions and 270 deletions
-8
View File
@@ -157,14 +157,6 @@ void ScreenInstallOverlay::Init()
bool ScreenInstallOverlay::Input( const InputEventPlus &input )
{
/*
if( input.DeviceI.button == g_buttonLogin && input.type == IET_FIRST_PRESS )
{
HOOKS->GoToURL("http://www.stepmania.com/launch.php");
return true;
}
*/
return Screen::Input(input);
}