Remove obsolete declaration of C4Group_SetOriginal

This function hasn't existed for five years. It's time for the
declaration to go away.
shapetextures
Nicolas Hake 2015-11-14 13:44:26 +01:00
parent a63e53fcd5
commit 715d3f34dd
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ bool C4Group_PackDirectoryTo(const char *szFilename, const char *szFilenameTo);
bool C4Group_PackDirectory(const char *szFilename);
bool C4Group_UnpackDirectory(const char *szFilename);
bool C4Group_ExplodeDirectory(const char *szFilename);
bool C4Group_SetOriginal(const char *szFilename, bool fOriginal);
bool C4Group_ReadFile(const char *szFilename, char **pData, size_t *iSize);
extern const char *C4CFN_FLS[];