mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
DolphinWX: Remove unnecessary control IDs
These don't need to be specifically identified.
This commit is contained in:
parent
7d5a558f31
commit
30c91a3003
9 changed files with 6 additions and 17 deletions
|
@ -89,7 +89,7 @@ DSPDebuggerLLE::DSPDebuggerLLE(wxWindow* parent, wxWindowID id)
|
|||
mem_panel->SetSizer(mem_sizer);
|
||||
m_MainNotebook->AddPage(mem_panel, _("Memory"));
|
||||
|
||||
m_Regs = new DSPRegisterView(this, ID_DSP_REGS);
|
||||
m_Regs = new DSPRegisterView(this);
|
||||
|
||||
// add the panes to the manager
|
||||
m_mgr.AddPane(m_Toolbar, wxAuiPaneInfo().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue