Skip to content

Commit

Permalink
pcsx2: ofc I forgot to completely remove the variable from the previo…
Browse files Browse the repository at this point in the history
…us commit ...
  • Loading branch information
lightningterror committed May 1, 2019
1 parent bbce809 commit 87f3685
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pcsx2/gui/MainFrame.cpp
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pcsx2/gui/MainFrame.h
Expand Up @@ -114,7 +114,6 @@ class MainEmuFrame : public wxFrame,

wxMenu& m_menuCapture;
wxMenu& m_submenuVideoCapture;
wxMenu& m_submenuScreenshot;

#ifndef DISABLE_RECORDING
wxMenu& m_menuRecording;
Expand Down

0 comments on commit 87f3685

Please sign in to comment.