mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Build fix for linux (don't want to require the very latest wxWidgets).
Very minor cleanup. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4233 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -45,7 +45,6 @@ class CLogWindow;
|
||||
class CFrame : public wxFrame
|
||||
{
|
||||
public:
|
||||
|
||||
CFrame(wxFrame* parent,
|
||||
wxWindowID id = wxID_ANY,
|
||||
const wxString& title = wxT("Dolphin"),
|
||||
@ -156,7 +155,7 @@ class CFrame : public wxFrame
|
||||
void OnFloatingPageSize(wxSizeEvent& event);
|
||||
void DoFloatNotebookPage(wxWindowID Id);
|
||||
wxFrame * CreateParentFrame(wxWindowID Id = wxID_ANY, const wxString& title = wxT(""), wxWindow * = NULL);
|
||||
// User perspectives
|
||||
// User perspectives. Should find a way to make these private.
|
||||
struct SPerspectives
|
||||
{
|
||||
std::string Name;
|
||||
@ -180,7 +179,6 @@ class CFrame : public wxFrame
|
||||
void OnSelectPerspective(wxCommandEvent& event);
|
||||
|
||||
private:
|
||||
|
||||
wxStatusBar* m_pStatusBar;
|
||||
wxBoxSizer* sizerPanel;
|
||||
wxBoxSizer* sizerFrame;
|
||||
|
Reference in New Issue
Block a user