summaryrefslogtreecommitdiff
path: root/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx.h')
-rw-r--r--gfx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gfx.h b/gfx.h
index 6a286ccdd..047dd95c0 100644
--- a/gfx.h
+++ b/gfx.h
@@ -73,7 +73,6 @@ void DrawStringRightAlignedUnderline(int x, int y, StringID str, uint16 color);
void GfxFillRect(int left, int top, int right, int bottom, int color);
void GfxDrawLine(int left, int top, int right, int bottom, int color);
-void DrawFrameRect(int left, int top, int right, int bottom, int color, int flags);
int GetStringWidth(const char *str);
void LoadStringWidthTable(void);