Loading core/lib/Drupal/Component/Utility/Image.php +0 −2 Original line number Diff line number Diff line Loading @@ -30,8 +30,6 @@ class Image { * * @return bool * TRUE if $dimensions was modified, FALSE otherwise. * * @see image_scale() */ public static function scaleDimensions(array &$dimensions, $width = NULL, $height = NULL, $upscale = FALSE) { $aspect = $dimensions['height'] / $dimensions['width']; Loading Loading
core/lib/Drupal/Component/Utility/Image.php +0 −2 Original line number Diff line number Diff line Loading @@ -30,8 +30,6 @@ class Image { * * @return bool * TRUE if $dimensions was modified, FALSE otherwise. * * @see image_scale() */ public static function scaleDimensions(array &$dimensions, $width = NULL, $height = NULL, $upscale = FALSE) { $aspect = $dimensions['height'] / $dimensions['width']; Loading