miss another debug stuff

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5709 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gregory.hainaut 2013-07-28 19:08:46 +00:00
parent a172da1f30
commit 2634ee851c
1 changed files with 0 additions and 2 deletions

View File

@ -417,8 +417,6 @@ void GSDeviceOGL::ClearRenderTarget_ui(GSTexture* t, uint32 c)
gl_ClearBufferuiv(GL_COLOR, 0, col);
glEnable(GL_SCISSOR_TEST);
static_cast<GSTextureOGL*>(t)->Save(format("/tmp/date_init_%04ld.csv", g_draw_count));
}
void GSDeviceOGL::ClearDepth(GSTexture* t, float c)