Deleted scrapped functions.

This commit is contained in:
_
2018-04-06 01:22:52 -07:00
parent 5462ec025e
commit 0dabc2568e
3 changed files with 0 additions and 127 deletions

View File

@@ -68,23 +68,4 @@ bool unpacktexbatch(struct Texture*,
const char*,
const unsigned int);
// -------------------------------------------------------+
// Retired Functions
// These require the client allocate more on the heap.
// -------------------------------------------------------+
void gettbd(struct TextureBatchDescriptor**,
const char*,
unsigned int);
unsigned int gettexturebatch(
struct TextureBatch**,
struct TextureBatchDescriptor**,
const char*,
unsigned int);
void locatetextures(unsigned int*,
struct TexturePack*,
struct TextureBatchDescriptor**);
#endif