Skip to content

Commit

Permalink
DolphinWX: Remove unused code from MemcardManager
Browse files Browse the repository at this point in the history
  • Loading branch information
lioncash committed Jul 21, 2015
1 parent 3d6ee73 commit fe2f573
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/Core/DolphinWX/MemcardManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@ class CMemcardManager : public wxDialog

class CMemcardListCtrl : public wxListCtrl
{
//BEGIN_EVENT_TABLE(CMemcardManager::CMemcardListCtrl, wxListCtrl)
// EVT_RIGHT_DOWN(CMemcardManager::CMemcardListCtrl::OnRightClick)
//END_EVENT_TABLE()
public:
CMemcardListCtrl(wxWindow* parent, const wxWindowID id,
const wxPoint& pos, const wxSize& size,
Expand Down

0 comments on commit fe2f573

Please sign in to comment.