Remove GotoURL
"Report" button has not been removed from CrashHandlerChild / Crash.mm / DialogDriver_Win32, but functionality has been removed.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user