summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2008-10-01 20:54:16 +0000
committernakeee <nakeee@gmail.com>2008-10-01 20:54:16 +0000
commitf83057262b90683a8631194ee7a4ae98d20443ac (patch)
tree157f3e28e0a667e776feef7b58addb6f6be2d531 /Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp
parent14541f0f8a990b4d6a8d7acbeef30ea8b355887d (diff)
warning fixes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@738 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp')
-rw-r--r--Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp b/Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp
index 98c574004c..cd6d838c8b 100644
--- a/Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp
+++ b/Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp
@@ -93,14 +93,10 @@ SetTitle(wxT("Sound Debugging"));
wxStaticBoxSizer* sLeft;
- wxListCtrl* m_MemcardList[2];
- wxTimer* m_Timer;
-
// declarations
wxCheckBox *m_Check[2];
wxRadioButton *m_Radio[6];
- wxPanel *m_Controller;
// checkboxes
m_Check[0] = new wxCheckBox(this, IDC_CHECK0, wxT("Save to file"),
@@ -190,4 +186,4 @@ void CDebugger::NotifyUpdate()
{
m_GPRListView->Update();
}
-} \ No newline at end of file
+}