From fc5b084897d1e0a9eb4a3557d517607609f4d4e5 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Tue, 7 Aug 2001 04:48:41 +0000 Subject: Removed some unused bits. --- src/include/shape.h | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'src/include/shape.h') diff --git a/src/include/shape.h b/src/include/shape.h index 9bd7e6c..3f3057b 100644 --- a/src/include/shape.h +++ b/src/include/shape.h @@ -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 -- cgit v1.3