Remove obsolete Stencil Buffer functions.

This commit is contained in:
Paul Chote
2013-06-13 05:24:00 +12:00
parent c5337cdcf3
commit 4c22193446
4 changed files with 0 additions and 36 deletions

View File

@@ -206,17 +206,5 @@ namespace OpenRA.Graphics
Flush();
Device.DisableDepthBuffer();
}
public void EnableStencilBuffer()
{
Flush();
Device.EnableStencilBuffer();
}
public void DisableStencilBuffer()
{
Flush();
Device.DisableStencilBuffer();
}
}
}