(svn r25455) -Cleanup: make local function really local

This commit is contained in:
rubidium
2013-06-24 20:52:28 +00:00
parent 7c0f34130c
commit be2b87c1cd
2 changed files with 1 additions and 2 deletions

View File

@@ -121,7 +121,6 @@ void DrawBox(int x, int y, int dx1, int dy1, int dx2, int dy2, int dx3, int dy3)
Dimension GetStringBoundingBox(const char *str, FontSize start_fontsize = FS_NORMAL);
Dimension GetStringBoundingBox(StringID strid);
uint32 FormatStringLinebreaks(char *str, const char *last, int maxw, FontSize start_fontsize = FS_NORMAL);
int GetStringHeight(StringID str, int maxw);
int GetStringLineCount(StringID str, int maxw);
Dimension GetStringMultiLineBoundingBox(StringID str, const Dimension &suggestion);