Skip to content

Commit d39d289

Browse files
authored
Removed reference to unexisting class Varien_Image_Adapter_ImagemagicExternal (#3242)
1 parent e464b27 commit d39d289

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/Varien/Image/Adapter.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ class Varien_Image_Adapter
1818
public const ADAPTER_GD = 'GD';
1919
public const ADAPTER_GD2 = 'GD2';
2020
public const ADAPTER_IM = 'IMAGEMAGIC';
21-
public const ADAPTER_IME = 'IMAGEMAGIC_EXTERNAL';
2221

2322
public static function factory($adapter)
2423
{
@@ -35,10 +34,6 @@ public static function factory($adapter)
3534
return new Varien_Image_Adapter_Imagemagic();
3635
break;
3736

38-
case self::ADAPTER_IME:
39-
return new Varien_Image_Adapter_ImagemagicExternal();
40-
break;
41-
4237
default:
4338
throw new Exception('Invalid adapter selected.');
4439
break;

0 commit comments

Comments
 (0)