diff options
| author | comex <comexk@gmail.com> | 2013-08-29 01:33:24 -0400 |
|---|---|---|
| committer | comex <comexk@gmail.com> | 2013-09-01 22:58:33 -0400 |
| commit | fd7cf5bb719d0fb04814d9df4a6a783d648dad40 (patch) | |
| tree | 104236949ea2a9030ae58e32db60e24664dcbf9c /Source/Core/DolphinWX/Src/Debugger/CodeView.cpp | |
| parent | d41eb76378eb8d96fe7e447ad4229badbdb3b719 (diff) | |
A bunch of trivial changes to fix clang warnings.
Diffstat (limited to 'Source/Core/DolphinWX/Src/Debugger/CodeView.cpp')
| -rw-r--r-- | Source/Core/DolphinWX/Src/Debugger/CodeView.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/DolphinWX/Src/Debugger/CodeView.cpp b/Source/Core/DolphinWX/Src/Debugger/CodeView.cpp index 4080d2b564..bcfb1ab586 100644 --- a/Source/Core/DolphinWX/Src/Debugger/CodeView.cpp +++ b/Source/Core/DolphinWX/Src/Debugger/CodeView.cpp @@ -57,10 +57,7 @@ CCodeView::CCodeView(DebugInterface* debuginterface, SymbolDB *symboldb, rowHeight(13), selection(0), oldSelection(0), - selectionChanged(false), selecting(false), - hasFocus(false), - showHex(false), lx(-1), ly(-1) { |
