VideoCommon: drop UpdateViewportWithCorrection

It's only used once in BPFunction which itself is also only used once.
So the setter is moved to BPStructs like all other ones.
This commit is contained in:
degasus 2013-10-24 14:06:48 +02:00
commit 92fdac412b
4 changed files with 1 additions and 11 deletions

View file

@ -49,8 +49,6 @@ void SetScissor()
TargetRectangle trc = g_renderer->ConvertEFBRectangle(rc);
g_renderer->SetScissorRect(trc);
UpdateViewportWithCorrection();
}
void SetLineWidth()