VideoSW: Drop SetViewOffset.

Just use the global state.
This commit is contained in:
degasus 2016-03-06 10:22:44 +01:00
commit 8b0fd623e5
3 changed files with 2 additions and 13 deletions

View file

@ -79,7 +79,6 @@ void SWVertexLoader::vFlush(bool useDstAlpha)
m_SetupUnit->Init(primitiveType);
// set all states with are stored within video sw
Clipper::SetViewOffset();
Rasterizer::SetScissor();
for (int i = 0; i < 4; i++)
{