mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3044 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
ed598d3c67
commit
e3c4e040e9
5 changed files with 1 additions and 18 deletions
|
@ -43,7 +43,6 @@ be accessed from Core::GetWindowHandle().
|
|||
#include "AboutDolphin.h"
|
||||
#include "GameListCtrl.h"
|
||||
#include "BootManager.h"
|
||||
#include "SDCardWindow.h"
|
||||
#include "LogWindow.h"
|
||||
|
||||
#include "Common.h" // Common
|
||||
|
@ -685,11 +684,6 @@ void CFrame::OnShow_CheatsWindow(wxCommandEvent& WXUNUSED (event))
|
|||
CheatsWindow = new wxCheatsWindow(this, wxDefaultPosition, wxSize(600, 390));
|
||||
}
|
||||
|
||||
void CFrame::OnShow_SDCardWindow(wxCommandEvent& WXUNUSED (event))
|
||||
{
|
||||
wxSDCardWindow SDWindow(this);
|
||||
SDWindow.ShowModal();
|
||||
}
|
||||
|
||||
void CFrame::OnLoadWiiMenu(wxCommandEvent& WXUNUSED (event))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue