pcsx2: comment set but unused variable

This commit is contained in:
Gregory Hainaut
2015-11-02 07:54:24 +01:00
parent 82520555b3
commit 8ab9cea3f7
2 changed files with 5 additions and 5 deletions

View File

@@ -109,12 +109,12 @@ void MainEmuFrame::OnCloseWindow(wxCloseEvent& evt)
CoreThread.Suspend();
bool isClosing = false;
//bool isClosing = false;
if( !evt.CanVeto() )
{
// Mandatory destruction...
isClosing = true;
//isClosing = true;
}
else
{