(svn r17219) -Cleanup: remove a lot of unused string code

This commit is contained in:
yexo
2009-08-19 13:13:32 +00:00
parent 0fa0286ebb
commit 94198e09ce
8 changed files with 22 additions and 215 deletions

View File

@@ -52,9 +52,6 @@ protected:
/** type used as class member */
union {
bitem_t *m_pData; ///< ptr to the first byte of data
#if defined(HAS_WCHAR)
wchar_t *m_pwData; ///< ptr to the first byte of data
#endif /* HAS_WCHAR */
CHdr *m_pHdr_1; ///< ptr just after the CHdr holding m_size and m_max_size
} ptr_u;