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/sprchunk.hpp | |
| parent | 9b449609fac7b23f2f9655ce2d766f1f56679ba4 (diff) | |
Removed a lot of tool code.
Diffstat (limited to 'src/win95/sprchunk.hpp')
| -rw-r--r-- | src/win95/sprchunk.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/win95/sprchunk.hpp b/src/win95/sprchunk.hpp index 867f9f8..1e4f15a 100644 --- a/src/win95/sprchunk.hpp +++ b/src/win95/sprchunk.hpp @@ -9,9 +9,6 @@ struct Frame int CentreX; int CentreY; int UVCoords[4][2]; -#if cencon - int OldTexNum; -#endif }; class Sprite_Header_Chunk : public Chunk_With_Children @@ -26,10 +23,6 @@ public: int write_file(const char* fname); virtual BOOL output_chunk(HANDLE &hand); - #if cencon - virtual void post_input_processing(); - #endif - }; class PC_Sprite_Chunk : public Chunk_With_Children |
