Remove obsolete/unused properties and parameters
This commit is contained in:
@@ -332,7 +332,7 @@ namespace Umbraco.Extensions
|
||||
return null;
|
||||
}
|
||||
|
||||
options = cropDataSet.GetCropBaseOptions(imageUrl, crop, string.IsNullOrWhiteSpace(cropAlias), preferFocalPoint);
|
||||
options = cropDataSet.GetCropBaseOptions(imageUrl, crop, preferFocalPoint || string.IsNullOrWhiteSpace(cropAlias));
|
||||
|
||||
if (crop != null & useCropDimensions)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user