Remove legacy SetLineWidth methods.

This commit is contained in:
Paul Chote
2015-12-26 13:51:30 +00:00
parent be29ec5342
commit 74fb9bbfbb
4 changed files with 0 additions and 14 deletions

View File

@@ -50,7 +50,6 @@ namespace OpenRA.Platforms.Null
}
public void DrawPrimitives(PrimitiveType pt, int firstVertex, int numVertices) { }
public void SetLineWidth(float width) { }
public IVertexBuffer<Vertex> CreateVertexBuffer(int size) { return new NullVertexBuffer<Vertex>(); }
public ITexture CreateTexture() { return new NullTexture(); }