Remove empty BlockListEditor

This commit is contained in:
Shannon
2020-02-06 16:40:16 +11:00
parent fcad2c4863
commit 39c0e686ff
2 changed files with 0 additions and 13 deletions

View File

@@ -1,12 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Umbraco.Core.PropertyEditors
{
public class BlockListEditor
{
}
}

View File

@@ -133,7 +133,6 @@
<Compile Include="Models\Blocks\BlockListLayoutReference.cs" />
<Compile Include="Models\Blocks\BlockListModel.cs" />
<Compile Include="Models\Blocks\IBlockElement.cs" />
<Compile Include="PropertyEditors\BlockListEditor.cs" />
<Compile Include="Runtime\IMainDomLock.cs" />
<Compile Include="Runtime\MainDomSemaphoreLock.cs" />
<Compile Include="Runtime\SqlMainDomLock.cs" />