Removes EnterPreview, RefreshPreview, ExitPreview

This commit is contained in:
Shannon
2020-12-14 17:04:02 +11:00
parent fc16669a91
commit 827bf80d1d
5 changed files with 4 additions and 116 deletions

View File

@@ -1131,27 +1131,6 @@ namespace Umbraco.Web.PublishedCache.NuCache
#endregion
#region Preview
// TODO: Delete this all
public override string EnterPreview(IUser user, int contentId)
{
return "preview"; // anything
}
public override void RefreshPreview(string previewToken, int contentId)
{
// nothing
}
public override void ExitPreview(string previewToken)
{
// nothing
}
#endregion
#region Rebuild Database PreCache
public override void Rebuild(