VideoCommon: Drop SetDitherMode()

It was a no-op on all backends apart from GL anyhow.
This commit is contained in:
Stenzek
2017-04-18 21:42:14 +10:00
parent 9dc7358395
commit ddc5275071
10 changed files with 1 additions and 28 deletions

View File

@ -1383,10 +1383,6 @@ void Renderer::ResetSamplerStates()
g_object_cache->ClearSamplerCache();
}
void Renderer::SetDitherMode()
{
}
void Renderer::SetInterlacingMode()
{
}