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/enumsch.hpp | |
| parent | 9b449609fac7b23f2f9655ce2d766f1f56679ba4 (diff) | |
Removed a lot of tool code.
Diffstat (limited to 'src/win95/enumsch.hpp')
| -rw-r--r-- | src/win95/enumsch.hpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/win95/enumsch.hpp b/src/win95/enumsch.hpp index a332b84..a502924 100644 --- a/src/win95/enumsch.hpp +++ b/src/win95/enumsch.hpp @@ -45,10 +45,6 @@ public: List<Enum_Constant> enums; virtual ~Enum_Const_List(){} -#if cencon - int lowest_free_index(void); - void Sort_By_Name(void); -#endif }; @@ -58,16 +54,6 @@ public: // constructor from buffer BMP_Enums_Chunk (Chunk_With_Children * const parent, char const * sdata, size_t const ssize); -#if cencon - // empty constructor - BMP_Enums_Chunk (Chunk_With_Children * const parent) - : Chunk(parent,"BMPENUMS") - , ctype(0) - , reserved1(0) - , reserved2(0) - {} -#endif - ~BMP_Enums_Chunk () { if (ctype) delete[] ctype; |
