aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Notifications/SendToUserType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Notifications/SendToUserType.cs')
-rw-r--r--MediaBrowser.Model/Notifications/SendToUserType.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/MediaBrowser.Model/Notifications/SendToUserType.cs b/MediaBrowser.Model/Notifications/SendToUserType.cs
deleted file mode 100644
index 1998d3102..000000000
--- a/MediaBrowser.Model/Notifications/SendToUserType.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-namespace MediaBrowser.Model.Notifications
-{
- public enum SendToUserType
- {
- All = 0,
- Admins = 1,
- Custom = 2
- }
-} \ No newline at end of file