remove IShader.Commit

This commit is contained in:
Chris Forbes
2011-04-30 14:29:32 +12:00
parent 279413f05b
commit 7155747337
4 changed files with 2 additions and 9 deletions

View File

@@ -64,7 +64,6 @@ namespace OpenRA.FileFormats.Graphics
{
void SetValue( string name, float x, float y );
void SetValue( string param, ITexture texture );
void Commit();
void Render( Action a );
}