From 6e6d856df6f81d804f3fbd7adc184e0e8b48dcbb Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 20 Apr 2014 15:51:06 +0000 Subject: [PATCH] --- MagickCore/fx.c | 10 ---------- 1 file changed, 10 deletions(-) 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': { -- 2.50.1