Backed out changeset: d351efc87829

AndreyL ProductEngine 2014-05-09 05:14:02 +03:00
parent 794523d81d
commit 06f5690100
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ public:
/*virtual*/ bool getDimensions(S32 first_char, S32 num_chars, S32& width, S32& height) const
{
if (num_chars == 0 || !mImage)
if (num_chars == 0)
{
width = 0;
height = 0;