From: cristy Date: Sun, 20 Apr 2014 15:51:06 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2431 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e6d856df6f81d804f3fbd7adc184e0e8b48dcbb;p=imagemagick --- diff --git a/MagickCore/fx.c b/MagickCore/fx.c index 707fcb762..a304342a2 100644 --- a/MagickCore/fx.c +++ b/MagickCore/fx.c @@ -1924,16 +1924,6 @@ static const char *FxOperatorPrecedence(const char *expression, } break; } - case 'E': - case 'e': - { - if ((LocaleNCompare(expression,"E+",2) == 0) || - (LocaleNCompare(expression,"E-",2) == 0)) - { - expression+=2; /* scientific notation */ - break; - } - } case 'J': case 'j': {