summaryrefslogtreecommitdiff
path: root/src/gfx_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfx_func.h')
-rw-r--r--src/gfx_func.h3
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);