diff options
author | J08nY <johny@neuromancer.sk> | 2016-06-19 00:05:23 +0200 |
---|---|---|
committer | J08nY <johny@neuromancer.sk> | 2016-06-19 00:12:31 +0200 |
commit | a95a1f47a45a5d8595c6681c28abd31ab0635479 (patch) | |
tree | 9b55ce67b25922b5b5f4f0c470ad082e4f8c0fcf /core/variant.h | |
parent | b587a13293840975b53bad3392374ad30a578064 (diff) | |
download | redot-engine-a95a1f47a45a5d8595c6681c28abd31ab0635479.tar.gz |
Remove CHARTYPE_16BITS unused checks
fix #5263
Diffstat (limited to 'core/variant.h')
-rw-r--r-- | core/variant.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/variant.h b/core/variant.h index b95223ecfb..5ddfe40398 100644 --- a/core/variant.h +++ b/core/variant.h @@ -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; |