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:
hrydgard
2009-09-08 19:54:31 +00:00
parent 3b76f6dc80
commit e3d505c631
4 changed files with 24 additions and 22 deletions

View File

@ -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;