diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-08-31 08:29:43 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-08-31 08:29:43 +0000 |
| commit | 55c18d1d101eb28498d2442a2ae6543b1759ca20 (patch) | |
| tree | 8bedf16f51a679c0c8304ae48748a0a2c164425f /Source/Core/DebuggerWX/src/CodeWindow.cpp | |
| parent | 8bd78a21b4eca9efae8cab2c83f10b9549a58b04 (diff) | |
some cleanup, don't update the log window too often
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@399 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/src/CodeWindow.cpp')
| -rw-r--r-- | Source/Core/DebuggerWX/src/CodeWindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DebuggerWX/src/CodeWindow.cpp b/Source/Core/DebuggerWX/src/CodeWindow.cpp index e52b59d39a..e084dfbf6b 100644 --- a/Source/Core/DebuggerWX/src/CodeWindow.cpp +++ b/Source/Core/DebuggerWX/src/CodeWindow.cpp @@ -580,7 +580,6 @@ void CCodeWindow::Update() }
UpdateButtonStates();
- Host_UpdateLogDisplay();
}
|
