diff options
Diffstat (limited to 'MediaBrowser.Server.Implementations/Notifications/IConfigurableNotificationService.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Notifications/IConfigurableNotificationService.cs | 8 |
1 files changed, 0 insertions, 8 deletions
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); - } -} |
