more unused code removed

This commit is contained in:
Shannon
2015-01-20 18:17:11 +11:00
parent 2342ba5537
commit 215113d635
9 changed files with 14 additions and 70 deletions

View File

@@ -1,11 +1,11 @@
using umbraco.interfaces;
namespace Umbraco.Core
{
/// <summary>
/// Custom IApplicationStartupHandler that auto subscribes to the applications events
/// </summary>
public interface IApplicationEventHandler : IApplicationStartupHandler
public interface IApplicationEventHandler
{
/// <summary>
/// ApplicationContext is created and other static objects that require initialization have been setup