mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
pcsx2: comment set but unused variable
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user