remove unused FileSystem::AddExternalFile method.

This commit is contained in:
Christoph Oelckers 2023-12-10 15:03:00 +01:00
commit 0a1eccef92
2 changed files with 0 additions and 16 deletions

View file

@ -170,7 +170,6 @@ public:
}
void AddLump(FResourceLump* lump);
int AddExternalFile(const char *filename);
int AddFromBuffer(const char* name, const char* type, char* data, int size, int id, int flags);
FileReader* GetFileReader(int wadnum); // Gets a FileReader object to the entire WAD
void InitHashChains();