Merge pull request #2761 from lioncash/unused
DolphinWX: Remove unused code from MemcardManager
This commit is contained in:
commit
deef164c7b
|
@ -123,9 +123,6 @@ class CMemcardManager : public wxDialog
|
||||||
|
|
||||||
class CMemcardListCtrl : public wxListCtrl
|
class CMemcardListCtrl : public wxListCtrl
|
||||||
{
|
{
|
||||||
//BEGIN_EVENT_TABLE(CMemcardManager::CMemcardListCtrl, wxListCtrl)
|
|
||||||
// EVT_RIGHT_DOWN(CMemcardManager::CMemcardListCtrl::OnRightClick)
|
|
||||||
//END_EVENT_TABLE()
|
|
||||||
public:
|
public:
|
||||||
CMemcardListCtrl(wxWindow* parent, const wxWindowID id,
|
CMemcardListCtrl(wxWindow* parent, const wxWindowID id,
|
||||||
const wxPoint& pos, const wxSize& size,
|
const wxPoint& pos, const wxSize& size,
|
||||||
|
|
Loading…
Reference in New Issue