GSdx: one more thing to remove...

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4442 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gabest11 2011-03-17 03:34:32 +00:00
parent 9870249b17
commit 542a4a6747
1 changed files with 0 additions and 1 deletions

View File

@ -436,7 +436,6 @@ void GSRendererSW::GetScanlineGlobalData(GSScanlineGlobalData& gd)
if(t == NULL) {ASSERT(0); return;}
gd.tex[i] = t->m_buff;
gd.tex[i + 1] = NULL;
//t->Save(format("c:/temp1/%08d_%05x_%d.bmp", s_counter, context->TEX0.TBP0, i));
}