Remove CHARTYPE_16BITS unused checks

fix #5263
This commit is contained in:
J08nY
2016-06-19 00:05:23 +02:00
parent b587a13293
commit a95a1f47a4
3 changed files with 5 additions and 8 deletions

View File

@ -202,9 +202,8 @@ public:
operator unsigned long() const;
#endif
#ifndef CHARTYPE_16BITS
operator CharType() const;
#endif
operator float() const;
operator double() const;
operator String() const;