summaryrefslogtreecommitdiff
path: root/src/fontcache_internal.h
diff options
context:
space:
mode:
authorMichael Lutz <michi@icosahedron.de>2021-01-16 16:43:31 +0100
committerMichael Lutz <michi@icosahedron.de>2021-02-22 22:16:07 +0100
commit6776229047c0f5aac540fc9c367e4abbf5302322 (patch)
tree7fbb643e28155e37d784770894f419383a6bc8e9 /src/fontcache_internal.h
parent70aa3b401145ec6bb98073a2758206cf63e15da1 (diff)
downloadopenttd-6776229047c0f5aac540fc9c367e4abbf5302322.tar.xz
Codechange: Make the simple Malloc sprite allocator globally usable.
Diffstat (limited to 'src/fontcache_internal.h')
-rw-r--r--src/fontcache_internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fontcache_internal.h b/src/fontcache_internal.h
index 2f7454733..acae3d71d 100644
--- a/src/fontcache_internal.h
+++ b/src/fontcache_internal.h
@@ -74,6 +74,4 @@ public:
bool IsBuiltInFont() override { return false; }
};
-void *AllocateFont(size_t size);
-
#endif /* FONTCACHE_INTERNAL_H */