aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/util.h')
-rw-r--r--engines/gob/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/gob/util.h b/engines/gob/util.h
index 39ef16ceca..926338e271 100644
--- a/engines/gob/util.h
+++ b/engines/gob/util.h
@@ -77,7 +77,6 @@ public:
void setScrollOffset(int16 x = -1, int16 y = -1);
Video::FontDesc *loadFont(const char *path);
- void freeFont(Video::FontDesc *fontDesc);
static void insertStr(const char *str1, char *str2, int16 pos);
static void cutFromStr(char *str, int16 from, int16 cutlen);