Merge pull request #2057 from lioncash/busy

DolphinWX: Remove unnecessary wxBeginBusyCursor and wxEndBusyCursor calls
This commit is contained in:
Pierre Bourdon 2015-02-15 01:54:59 +00:00
commit b7916f9655
1 changed files with 0 additions and 3 deletions

View File

@ -1211,7 +1211,6 @@ void CFrame::DoStop()
Movie::EndPlayInput(false);
NetPlay::StopGame();
wxBeginBusyCursor();
BootManager::Stop();
UpdateGUI();
}
@ -1219,8 +1218,6 @@ void CFrame::DoStop()
void CFrame::OnStopped()
{
wxEndBusyCursor();
m_confirmStop = false;
#if defined(HAVE_X11) && HAVE_X11