mirror of https://github.com/PCSX2/pcsx2.git
pcsx2: ofc I forgot to completely remove the variable from the previous commit ...
This commit is contained in:
parent
bbce809ac9
commit
87f36852b6
|
@ -340,7 +340,6 @@ MainEmuFrame::MainEmuFrame(wxWindow* parent, const wxString& title)
|
|||
, m_menuDebug ( *new wxMenu() )
|
||||
, m_menuCapture ( *new wxMenu() )
|
||||
, m_submenuVideoCapture ( *new wxMenu() )
|
||||
, m_submenuScreenshot ( *new wxMenu() )
|
||||
#ifndef DISABLE_RECORDING
|
||||
, m_menuRecording(*new wxMenu())
|
||||
#endif
|
||||
|
|
|
@ -114,7 +114,6 @@ protected:
|
|||
|
||||
wxMenu& m_menuCapture;
|
||||
wxMenu& m_submenuVideoCapture;
|
||||
wxMenu& m_submenuScreenshot;
|
||||
|
||||
#ifndef DISABLE_RECORDING
|
||||
wxMenu& m_menuRecording;
|
||||
|
|
Loading…
Reference in New Issue