summaryrefslogtreecommitdiff
path: root/src/misc/blob.hpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-08-19 13:13:32 +0000
committeryexo <yexo@openttd.org>2009-08-19 13:13:32 +0000
commit94198e09ce5c07fb2ac821326dddfb143928578b (patch)
tree1e6bdf80ac5ff4e0443f43c031fce63bd00ae078 /src/misc/blob.hpp
parent0fa0286ebb312c0ebbf5e4e84765609b05485041 (diff)
downloadopenttd-94198e09ce5c07fb2ac821326dddfb143928578b.tar.xz
(svn r17219) -Cleanup: remove a lot of unused string code
Diffstat (limited to 'src/misc/blob.hpp')
-rw-r--r--src/misc/blob.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/misc/blob.hpp b/src/misc/blob.hpp
index bd626e132..5403adcce 100644
--- a/src/misc/blob.hpp
+++ b/src/misc/blob.hpp
@@ -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;