diff options
author | rubidium <rubidium@openttd.org> | 2009-03-22 14:55:49 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-03-22 14:55:49 +0000 |
commit | e75e1e62cb7e5cacb2abb522bb8bfbd67a125256 (patch) | |
tree | 425930cb2e5aff8c923901cc897b50e72158a7b0 /src/gfx_func.h | |
parent | 9038733f1aa4f3203b229ac6350833f5af5b016a (diff) | |
download | openttd-e75e1e62cb7e5cacb2abb522bb8bfbd67a125256.tar.xz |
(svn r15813) -Codechange: remove the last remnants of the old text drawing API.
Diffstat (limited to 'src/gfx_func.h')
-rw-r--r-- | src/gfx_func.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gfx_func.h b/src/gfx_func.h index c54509f3d..88aebc07b 100644 --- a/src/gfx_func.h +++ b/src/gfx_func.h @@ -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); |