aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Notifications/NotificationTypeInfo.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2018-12-27 22:43:48 +0100
committerBond_009 <bond.009@outlook.com>2019-01-03 23:19:02 +0100
commit340a2c651276d911285a6ff09944c5eba2384a51 (patch)
tree20336fcac335c089c7d3965dbc3f6a9be7e4b3c4 /MediaBrowser.Model/Notifications/NotificationTypeInfo.cs
parentc6618d0a5fdfc063ccfba1b73fe16b68fc3ba1ce (diff)
Post GPL cleanup
Diffstat (limited to 'MediaBrowser.Model/Notifications/NotificationTypeInfo.cs')
-rw-r--r--MediaBrowser.Model/Notifications/NotificationTypeInfo.cs16
1 files changed, 2 insertions, 14 deletions
diff --git a/MediaBrowser.Model/Notifications/NotificationTypeInfo.cs b/MediaBrowser.Model/Notifications/NotificationTypeInfo.cs
index 4c3283d8e..203712fa8 100644
--- a/MediaBrowser.Model/Notifications/NotificationTypeInfo.cs
+++ b/MediaBrowser.Model/Notifications/NotificationTypeInfo.cs
@@ -1,5 +1,4 @@
-using System.Collections.Generic;
-using System;
+using System;
namespace MediaBrowser.Model.Notifications
{
@@ -14,16 +13,5 @@ namespace MediaBrowser.Model.Notifications
public string Category { get; set; }
public bool IsBasedOnUserEvent { get; set; }
-
- public string DefaultTitle { get; set; }
-
- public string DefaultDescription { get; set; }
-
- public string[] Variables { get; set; }
-
- public NotificationTypeInfo()
- {
- Variables = new string[] {};
- }
}
-} \ No newline at end of file
+}