mirror of https://github.com/PCSX2/pcsx2.git
... need to remove a pointless bit of code left over from a wx-related copy/paste job.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3127 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
8adefdad3d
commit
6e713dbc5c
|
@ -546,8 +546,6 @@ void ConsoleLogFrame::OnSave(wxCommandEvent& WXUNUSED(event))
|
|||
return;
|
||||
}
|
||||
}
|
||||
|
||||
wxLogStatus(this, L"Log saved to the file '%s'.", filename.c_str());
|
||||
}
|
||||
|
||||
void ConsoleLogFrame::OnClear(wxCommandEvent& WXUNUSED(event))
|
||||
|
|
Loading…
Reference in New Issue