aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Notifications/IConfigurableNotificationService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Server.Implementations/Notifications/IConfigurableNotificationService.cs')
-rw-r--r--Emby.Server.Implementations/Notifications/IConfigurableNotificationService.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/Emby.Server.Implementations/Notifications/IConfigurableNotificationService.cs b/Emby.Server.Implementations/Notifications/IConfigurableNotificationService.cs
deleted file mode 100644
index d74667c48..000000000
--- a/Emby.Server.Implementations/Notifications/IConfigurableNotificationService.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-namespace Emby.Server.Implementations.Notifications
-{
- public interface IConfigurableNotificationService
- {
- bool IsHidden { get; }
- bool IsEnabled(string notificationType);
- }
-}