Removed some unused bits.

This commit is contained in:
Steven Fuller 2001-08-07 04:48:41 +00:00 committed by Patryk Obara
parent 78cdb29e7a
commit fc5b084897
6 changed files with 12 additions and 646 deletions

View file

@ -34,38 +34,6 @@
#define col24(r, g, b) ((r << 16) + (g << 8) + b)
/*
Maximum number shading tables.
This equate might have to be moved to "system.h"
*/
#define MaxShadingTables 4096
/*
Palette Creation Function Structure
*/
typedef struct palcreationdata {
unsigned char** PCD_ArrayPtr;
int PCD_NumHues;
int PCD_ShadesPerHue;
int PCD_NumColsUsed;
} PALCREATIONDATA;
/*
Shape Item Function Array Indices