diff -r cacdecf56fdf -r 0b0ee542d5b6 gfx.h --- a/gfx.h Mon Aug 28 06:18:35 2006 +0000 +++ b/gfx.h Mon Aug 28 06:21:48 2006 +0000 @@ -74,7 +74,6 @@ 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); -uint16 GetDrawStringPlayerColor(PlayerID player); int GetStringWidth(const char *str); void LoadStringWidthTable(void);