Remove duplicate VariesBySegment overload after merge

This commit is contained in:
Ronald Barendse
2020-01-22 11:10:28 +01:00
parent b01f2ed35e
commit 10f15a7648
@@ -27,11 +27,6 @@ namespace Umbraco.Core
/// </returns>
public static bool VariesByNothing(this IContentTypeBase contentType) => contentType.Variations.VariesByNothing();
/// <summary>
/// Determines whether the content type varies by segment.
/// </summary>
public static bool VariesBySegment(this ISimpleContentType contentType) => contentType.Variations.VariesBySegment();
/// <summary>
/// Determines whether the content type is invariant.
/// </summary>