From fec23de427fe1c46e4ce1aaf31f1695c90232059 Mon Sep 17 00:00:00 2001 From: Patrick Barron Date: Sat, 28 Jan 2023 09:43:55 -0500 Subject: Remove Emby.Notifications (#9147) --- .../Notifications/INotificationTypeFactory.cs | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 MediaBrowser.Controller/Notifications/INotificationTypeFactory.cs (limited to 'MediaBrowser.Controller/Notifications/INotificationTypeFactory.cs') diff --git a/MediaBrowser.Controller/Notifications/INotificationTypeFactory.cs b/MediaBrowser.Controller/Notifications/INotificationTypeFactory.cs deleted file mode 100644 index 52a3e120b..000000000 --- a/MediaBrowser.Controller/Notifications/INotificationTypeFactory.cs +++ /dev/null @@ -1,16 +0,0 @@ -#pragma warning disable CS1591 - -using System.Collections.Generic; -using MediaBrowser.Model.Notifications; - -namespace MediaBrowser.Controller.Notifications -{ - public interface INotificationTypeFactory - { - /// - /// Gets the notification types. - /// - /// IEnumerable{NotificationTypeInfo}. - IEnumerable GetNotificationTypes(); - } -} -- cgit v1.2.3