remove static loadFile()

This commit is contained in:
Josh Holtrop 2011-05-25 09:26:24 -04:00
parent 96e4a66c2c
commit 7b497c73c5

View File

@ -98,11 +98,6 @@ static vector<string> split(const string & str, char delim)
return ret;
}
static const unsigned char *loadFile(const char *fname, unsigned int *size)
{
return g_engine->loadFile(fname, size);
}
static bool loadWFObjFile(const char *fname, WFObj::Buffer & buff)
{
return g_engine->loadWFObjFile(fname, buff);