diff options
| author | Patrick Barron <barronpm@gmail.com> | 2023-01-28 09:43:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-28 07:43:55 -0700 |
| commit | fec23de427fe1c46e4ce1aaf31f1695c90232059 (patch) | |
| tree | b0226f1e9345a607e3e857e8e32ba62051f82ef7 /MediaBrowser.Controller/Notifications/INotificationTypeFactory.cs | |
| parent | abffd160c304486e9efbb8007fbd71a7e9b84449 (diff) | |
Remove Emby.Notifications (#9147)
Diffstat (limited to 'MediaBrowser.Controller/Notifications/INotificationTypeFactory.cs')
| -rw-r--r-- | MediaBrowser.Controller/Notifications/INotificationTypeFactory.cs | 16 |
1 files changed, 0 insertions, 16 deletions
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 - { - /// <summary> - /// Gets the notification types. - /// </summary> - /// <returns>IEnumerable{NotificationTypeInfo}.</returns> - IEnumerable<NotificationTypeInfo> GetNotificationTypes(); - } -} |
