summaryrefslogtreecommitdiff
path: root/src/win95/zsp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win95/zsp.hpp')
-rw-r--r--src/win95/zsp.hpp20
1 files changed, 0 insertions, 20 deletions
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 ();