From c3e977796fb0e44766722b596e08b917c6860b56 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Thu, 4 Jun 2009 01:53:15 +0000 Subject: [PATCH] Get rid of "Booting..." wxBusyInfo git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3319 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DolphinWX/Src/FrameTools.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Source/Core/DolphinWX/Src/FrameTools.cpp b/Source/Core/DolphinWX/Src/FrameTools.cpp index 64cb867b66..0e900127f6 100644 --- a/Source/Core/DolphinWX/Src/FrameTools.cpp +++ b/Source/Core/DolphinWX/Src/FrameTools.cpp @@ -380,12 +380,6 @@ void CFrame::BootGame() Core::RerecordingStart(); #endif - // shuffle2: wxBusyInfo is meant to be created on the stack - // and only stay around for the life of the scope it's in. - // If that is not what we want, find another solution. I don't - // think such a dialog is needed anyways, so maybe kill it? - wxBusyInfo bootingDialog(wxString::FromAscii("Booting..."), this); - if (Core::GetState() != Core::CORE_UNINITIALIZED) { if (Core::GetState() == Core::CORE_RUN)