summaryrefslogtreecommitdiff
path: root/src/include/shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/shape.h')
-rw-r--r--src/include/shape.h32
1 files changed, 0 insertions, 32 deletions
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
@@ -36,38 +36,6 @@
/*
- 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
*/