(svn r13360) -Fix (r13359): Forgot to remove some instances of FiosAlloc()

This commit is contained in:
skidd13
2008-06-02 14:27:58 +00:00
parent f1c954e842
commit 8b3db22075
3 changed files with 3 additions and 5 deletions

View File

@@ -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);