aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/util.cpp')
-rw-r--r--engines/gob/util.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/gob/util.cpp b/engines/gob/util.cpp
index 52831637c1..e535505a87 100644
--- a/engines/gob/util.cpp
+++ b/engines/gob/util.cpp
@@ -378,11 +378,6 @@ Video::FontDesc *Util::loadFont(const char *path) {
return fontDesc;
}
-void Util::freeFont(Video::FontDesc *fontDesc) {
- delete[] (fontDesc->dataPtr - 4);
- delete fontDesc;
-}
-
void Util::insertStr(const char *str1, char *str2, int16 pos) {
int len1 = strlen(str1);
int len2 = strlen(str2);