diff options
| author | Steven Fuller <relnev@icculus.org> | 2008-05-04 20:47:08 -0700 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | 5d3725f9d972cde917ab9b076cb0b89b33557c7a (patch) | |
| tree | 7378f5fac1dc90fd3d8f52f02db25714010f8912 /src/win95/zsp.hpp | |
| parent | 9b449609fac7b23f2f9655ce2d766f1f56679ba4 (diff) | |
Removed a lot of tool code.
Diffstat (limited to 'src/win95/zsp.hpp')
| -rw-r--r-- | src/win95/zsp.hpp | 20 |
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 (); |
