]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 20 Apr 2014 15:51:06 +0000 (15:51 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 20 Apr 2014 15:51:06 +0000 (15:51 +0000)
MagickCore/fx.c

index 707fcb7624f6f6efc96e765c28d65ae88b6b9f22..a304342a2caf3d9885b0ac21727ecfc2677550f3 100644 (file)
@@ -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':
       {