summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2009-02-04 17:33:59 +0000
committerShawn Hoffman <godisgovernment@gmail.com>2009-02-04 17:33:59 +0000
commit7b7cfa940ebbe5905e88c223503daa2edfaaa2ce (patch)
tree0c2209c3e1401e87e4817b965bf3e95526ed60c7 /Source/Plugins/Plugin_VideoOGL/Src/Render.cpp
parentad88b27c7625b1577dd0c5cc656f3cbb73e6aac9 (diff)
remove stuff from ogl debugger that did nothing. (copied from dsp hle a while ago)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2111 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins/Plugin_VideoOGL/Src/Render.cpp')
-rw-r--r--Source/Plugins/Plugin_VideoOGL/Src/Render.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp b/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp
index a9c994eaa3..417e4c8aa6 100644
--- a/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp
+++ b/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp
@@ -46,7 +46,6 @@
#include "VertexLoader.h"
#include "XFB.h"
#include "Timer.h"
-#include "Debugger/Logging.h" // for Logging()
#if defined(HAVE_WX) && HAVE_WX
#include "Debugger/Debugger.h" // for the CDebugger class
@@ -923,11 +922,6 @@ void Renderer::SwapBuffers()
fpscount = 0;
}
- // Write logging data to debugger
-#if defined(HAVE_WX) && HAVE_WX
- if (m_frame)
- Logging(0);
-#endif
if (g_Config.bOverlayStats) {
char st[2048];
char *p = st;