From 5d3725f9d972cde917ab9b076cb0b89b33557c7a Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sun, 4 May 2008 20:47:08 -0700 Subject: Removed a lot of tool code. --- src/win95/zsp.hpp | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/win95/zsp.hpp') diff --git a/src/win95/zsp.hpp b/src/win95/zsp.hpp index 8f008b5..a927c3c 100644 --- a/src/win95/zsp.hpp +++ b/src/win95/zsp.hpp @@ -19,10 +19,6 @@ struct ChunkShape; struct ZSP_zone { -#if (cencon || shpedit) - ZSP_zone (const ChunkShape &, double, double, double, double); -#endif - ZSP_zone (); ~ZSP_zone(); @@ -43,11 +39,6 @@ class ZSP_Data { public: - -#if (cencon || shpedit) - ZSP_Data (const ChunkShape &, int); -#endif - ZSP_Data (const char * zdata, size_t zsize); ~ZSP_Data (); @@ -68,17 +59,6 @@ public: class Shape_ZSP_Data_Chunk : public Chunk { public: - -#if cencon || shpedit - Shape_ZSP_Data_Chunk (Shape_Sub_Shape_Chunk * parent, ZSP_Data zspin) - : Chunk(parent, "SHPZSPDT"), zspdata (zspin) - {} - - Shape_ZSP_Data_Chunk (Shape_Chunk * parent, ZSP_Data zspin) - : Chunk(parent, "SHPZSPDT"), zspdata (zspin) - {} -#endif - const ZSP_Data zspdata; size_t size_chunk (); -- cgit v1.3