diff options
author | rubidium <rubidium@openttd.org> | 2009-03-21 22:22:00 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-03-21 22:22:00 +0000 |
commit | 69decac4065847ee5384ed68cc70c2d68bc3ddb4 (patch) | |
tree | 490f52839e2087bf44ad9edab6d75d9557f3525f /src/gfx_func.h | |
parent | 900364109597f02413e2f7a59e9b4e6cc9fdf97f (diff) | |
download | openttd-69decac4065847ee5384ed68cc70c2d68bc3ddb4.tar.xz |
(svn r15791) -Codechange: remove the *RightAligned part of the old text drawing API.
Diffstat (limited to 'src/gfx_func.h')
-rw-r--r-- | src/gfx_func.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gfx_func.h b/src/gfx_func.h index 43ac66491..2a8069029 100644 --- a/src/gfx_func.h +++ b/src/gfx_func.h @@ -98,9 +98,6 @@ int DrawString(int left, int right, int top, StringID str, TextColour colour, St int DrawString(int x, int y, StringID str, TextColour colour); int DoDrawString(const char *string, int x, int y, TextColour colour, bool parse_string_also_when_clipped = false); -int DrawStringRightAligned(int x, int y, StringID str, TextColour colour); -int DrawStringRightAlignedUnderline(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); |