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

@@ -12,7 +12,6 @@ using System;
using System.IO;
using OpenRA.FileFormats;
using OpenRA.FileFormats.Graphics;
using Tao.Cg;
namespace OpenRA.Renderer.Cg
{
@@ -81,7 +80,5 @@ namespace OpenRA.Renderer.Cg
if (param != IntPtr.Zero)
Tao.Cg.CgGl.cgGLSetParameter2f(param, x, y);
}
public void Commit() { }
}
}