(svn r15813) -Codechange: remove the last remnants of the old text drawing API.

This commit is contained in:
rubidium
2009-03-22 14:55:49 +00:00
parent 9038733f1a
commit e75e1e62cb
6 changed files with 44 additions and 60 deletions

View File

@@ -96,8 +96,6 @@ int DrawString(int left, int right, int top, const char *str, TextColour colour,
int DrawString(int left, int right, int top, StringID str, TextColour colour, StringAlignment align = SA_LEFT, bool underline = false);
int DrawStringMultiLine(int left, int right, int top, int bottom, StringID str, StringAlignment align = SA_LEFT);
int DrawString(int x, int y, StringID str, TextColour colour);
void DrawCharCentered(uint32 c, int x, int y, TextColour colour);
void GfxFillRect(int left, int top, int right, int bottom, int colour, FillRectMode mode = FILLRECT_OPAQUE);