Code cleanup - removing all internal code related to Macros, which was created for v6 but left out for backwards compatibility.

This commit is contained in:
Morten Christensen
2013-04-07 17:47:10 -02:00
parent 97d41f8998
commit efbc461da9
48 changed files with 2901 additions and 1845 deletions

View File

@@ -76,13 +76,6 @@ namespace Umbraco.Core.Persistence
InMemoryCacheProvider.Current);
}
internal virtual IMacroRepository CreateMacroRepository(IUnitOfWork uow)
{
return new MacroRepository(
uow,
InMemoryCacheProvider.Current);
}
public virtual IMediaRepository CreateMediaRepository(IDatabaseUnitOfWork uow)
{
return new MediaRepository(