Remove two incorrect lines. How did those even get there?!

This commit is contained in:
NeoBrainX 2013-03-01 01:37:47 +01:00
parent cbf5efe191
commit b94f65b666
1 changed files with 0 additions and 4 deletions

View File

@ -269,8 +269,6 @@ void BPWritten(const BPCmd& bp)
UPE_Copy PE_copy = bpmem.triggerEFBCopy;
g_renderer->ResumePixelPerf(true);
// Check if we are to copy from the EFB or draw to the XFB
if (PE_copy.copy_to_xfb == 0)
{
@ -309,8 +307,6 @@ void BPWritten(const BPCmd& bp)
s_gammaLUT[PE_copy.gamma]);
}
g_renderer->PausePixelPerf(true);
// Clear the rectangular region after copying it.
if (PE_copy.clear)
{