diff --git a/src/Umbraco.Infrastructure/Cache/DistributedCacheHandler.cs b/src/Umbraco.Infrastructure/Cache/DistributedCacheHandler.cs index 793c78f68b..a72b37c189 100644 --- a/src/Umbraco.Infrastructure/Cache/DistributedCacheHandler.cs +++ b/src/Umbraco.Infrastructure/Cache/DistributedCacheHandler.cs @@ -1,7 +1,5 @@ using System.Linq; using Umbraco.Cms.Core.Events; -using Umbraco.Cms.Core.Models; -using Umbraco.Cms.Core.Models.Membership; using Umbraco.Cms.Infrastructure.Services.Notifications; using Umbraco.Extensions; diff --git a/src/Umbraco.Infrastructure/Events/UserNotificationsHandler.cs b/src/Umbraco.Infrastructure/Events/UserNotificationsHandler.cs index 933a0fc890..3df16dda25 100644 --- a/src/Umbraco.Infrastructure/Events/UserNotificationsHandler.cs +++ b/src/Umbraco.Infrastructure/Events/UserNotificationsHandler.cs @@ -211,7 +211,6 @@ namespace Umbraco.Cms.Core.Events })); } } - } public void Handle(AssignedUserGroupPermissionsNotification notification) @@ -222,7 +221,6 @@ namespace Umbraco.Cms.Core.Events return; } _notifier.Notify(_actions.GetAction(), entities); - } public void Handle(PublicAccessEntrySavedNotification notification)