From 0d5d91b4c4575271d16fe507a328fbcbb1510acd Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 3 Nov 2016 03:35:00 -0400 Subject: move notification classes --- .../Notifications/IConfigurableNotificationService.cs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 MediaBrowser.Server.Implementations/Notifications/IConfigurableNotificationService.cs (limited to 'MediaBrowser.Server.Implementations/Notifications/IConfigurableNotificationService.cs') diff --git a/MediaBrowser.Server.Implementations/Notifications/IConfigurableNotificationService.cs b/MediaBrowser.Server.Implementations/Notifications/IConfigurableNotificationService.cs deleted file mode 100644 index cdfd0f640..000000000 --- a/MediaBrowser.Server.Implementations/Notifications/IConfigurableNotificationService.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace MediaBrowser.Server.Implementations.Notifications -{ - public interface IConfigurableNotificationService - { - bool IsHidden { get; } - bool IsEnabled(string notificationType); - } -} -- cgit v1.2.3