DolphinWX: Remove unnecessary control IDs

These don't need to be specifically identified.
This commit is contained in:
Lioncash
2015-02-24 08:31:50 -05:00
parent 7d5a558f31
commit 30c91a3003
9 changed files with 6 additions and 17 deletions

View File

@ -44,7 +44,7 @@ private:
class CWatchView : public wxGrid
{
public:
CWatchView(wxWindow* parent, wxWindowID id);
CWatchView(wxWindow* parent, wxWindowID id = wxID_ANY);
void Update() override;
void OnMouseDownR(wxGridEvent& event);
void OnPopupMenu(wxCommandEvent& event);