From 69decac4065847ee5384ed68cc70c2d68bc3ddb4 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 21 Mar 2009 22:22:00 +0000 Subject: (svn r15791) -Codechange: remove the *RightAligned part of the old text drawing API. --- src/gfx_func.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gfx_func.h') 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); -- cgit v1.2.3-54-g00ecf