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

@@ -64,7 +64,6 @@ namespace OpenRA
bool SetClipboardText(string text);
void DrawPrimitives(PrimitiveType type, int firstVertex, int numVertices);
void SetLineWidth(float width);
void EnableScissor(int left, int top, int width, int height);
void DisableScissor();