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
parent 2118c1d3c3
commit 92fdac412b
4 changed files with 1 additions and 11 deletions

View File

@ -175,13 +175,6 @@ static void ViewportCorrectionMatrix(Matrix44& result)
void UpdateViewport();
void UpdateViewportWithCorrection()
{
// TODO: get rid of this function
ViewportCorrectionMatrix(s_viewportCorrection);
UpdateViewport();
}
void VertexShaderManager::Init()
{
Dirty();