summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/src/CodeWindow.cpp
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2008-09-01 12:11:08 +0000
committernakeee <nakeee@gmail.com>2008-09-01 12:11:08 +0000
commit4bbfff3cac6d4f435df2de125c96f1f08f44463f (patch)
treee9f64dc9932f62645e9a6387d48ac27dd2cd673d /Source/Core/DebuggerWX/src/CodeWindow.cpp
parentcad45aea724b8addacce18e99eec8bc4a170cbb2 (diff)
many warning fixes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@422 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/src/CodeWindow.cpp')
-rw-r--r--Source/Core/DebuggerWX/src/CodeWindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DebuggerWX/src/CodeWindow.cpp b/Source/Core/DebuggerWX/src/CodeWindow.cpp
index e084dfbf6b..b9c78d6e80 100644
--- a/Source/Core/DebuggerWX/src/CodeWindow.cpp
+++ b/Source/Core/DebuggerWX/src/CodeWindow.cpp
@@ -645,7 +645,6 @@ void CCodeWindow::OnSymbolListChange(wxCommandEvent& event)
void CCodeWindow::OnSymbolListContextMenu(wxContextMenuEvent& event)
{
- int index = symbols->GetSelection();
}