diff options
Diffstat (limited to 'src/fios.h')
-rw-r--r-- | src/fios.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fios.h b/src/fios.h index 7ec8e6767..7e7e80975 100644 --- a/src/fios.h +++ b/src/fios.h @@ -105,8 +105,6 @@ StringID FiosGetDescText(const char **path, uint32 *total_free); bool FiosDelete(const char *name); /* Make a filename from a name */ void FiosMakeSavegameName(char *buf, const char *name, size_t size); -/* Allocate a new FiosItem */ -FiosItem *FiosAlloc(); int CDECL compare_FiosItems(const void *a, const void *b); |