summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp
diff options
context:
space:
mode:
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;